diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-01-05 21:11:07 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-01-05 21:11:07 +0000 |
commit | 9ea60094d4019dd2b03cc28efd149651ec3647ee (patch) | |
tree | ce8bbf7152c3b1e9cf25bb2b2ecd6dc6c47acd92 /devel/p5-Array-Iterator/Makefile | |
parent | 64d283b01f9e0bdb39d78191cbdd76f83c64f50b (diff) |
Notes
Diffstat (limited to 'devel/p5-Array-Iterator/Makefile')
-rw-r--r-- | devel/p5-Array-Iterator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Array-Iterator/Makefile b/devel/p5-Array-Iterator/Makefile index e7903b2990ee..dceb252c7df2 100644 --- a/devel/p5-Array-Iterator/Makefile +++ b/devel/p5-Array-Iterator/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Array-Iterator -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Array PKGNAMEPREFIX= p5- -MAINTAINER= aaron@daltons.ca +MAINTAINER= aaron@FreeBSD.org COMMENT= A set of array iterators MAN3= Array::Iterator.3 Array::Iterator::Circular.3 \ @@ -23,7 +23,7 @@ PERL_CONFIGURE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "This port requires perl 5.6 or above." +IGNORE= requires perl 5.6 or above .endif .include <bsd.port.post.mk> |