diff options
Diffstat (limited to 'misc/p5-Array-IntSpan/Makefile')
-rw-r--r-- | misc/p5-Array-IntSpan/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile index 59f7923884d8..4aabec3ebc48 100644 --- a/misc/p5-Array-IntSpan/Makefile +++ b/misc/p5-Array-IntSpan/Makefile @@ -5,21 +5,20 @@ # $FreeBSD$ # -PORTNAME= Array-IntSpan -PORTVERSION= 2.001 -CATEGORIES= misc perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Array-IntSpan +PORTVERSION= 2.002 +CATEGORIES= misc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Module for handling arrays using IntSpan techniques -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3 post-patch: - @${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/Array/IntSpan.pm @${PERL} -pi -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.mk> |