aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Array-IntSpan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/p5-Array-IntSpan/Makefile')
-rw-r--r--misc/p5-Array-IntSpan/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile
index a0766468ec48..fa3221b30b45 100644
--- a/misc/p5-Array-IntSpan/Makefile
+++ b/misc/p5-Array-IntSpan/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Array-IntSpan
-PORTVERSION= 2.002
-PORTREVISION= 1
+PORTVERSION= 2.003
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,10 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for handling arrays using IntSpan techniques
+LICENSE= ART10
+
USES= perl5
USE_PERL5= configure
-post-patch:
- @${REINPLACE_CMD} -i '' -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
.include <bsd.port.mk>