diff options
Diffstat (limited to 'textproc/p5-String-BufferStack/Makefile')
-rw-r--r-- | textproc/p5-String-BufferStack/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-String-BufferStack/Makefile b/textproc/p5-String-BufferStack/Makefile index ae0157cd6f90..5976e54a2628 100644 --- a/textproc/p5-String-BufferStack/Makefile +++ b/textproc/p5-String-BufferStack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-String-BufferStack -# Date created: 10 February 2009 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= String-BufferStack PORTVERSION= 1.16 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Nested buffers for templating systems -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= String::BufferStack.3 |