diff options
author | tobez <tobez@FreeBSD.org> | 2005-11-17 22:31:42 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-11-17 22:31:42 +0800 |
commit | 6dbce6d59ab985f08586fea215ca4efded18aa12 (patch) | |
tree | 272004616b70fa30810e759dad7fe27c5e172cea /devel/p5-Algorithm-ChooseSubsets/Makefile | |
parent | bbe386e36158619b52552db07e2c85c543798949 (diff) | |
download | freebsd-ports-gnome-6dbce6d59ab985f08586fea215ca4efded18aa12.tar.gz freebsd-ports-gnome-6dbce6d59ab985f08586fea215ca4efded18aa12.tar.zst freebsd-ports-gnome-6dbce6d59ab985f08586fea215ca4efded18aa12.zip |
Update to 0.02.
PR: 89195
Submitted by: maintainer
Diffstat (limited to 'devel/p5-Algorithm-ChooseSubsets/Makefile')
-rw-r--r-- | devel/p5-Algorithm-ChooseSubsets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Algorithm-ChooseSubsets/Makefile b/devel/p5-Algorithm-ChooseSubsets/Makefile index 6955aa18a78a..7dd96d1b8295 100644 --- a/devel/p5-Algorithm-ChooseSubsets/Makefile +++ b/devel/p5-Algorithm-ChooseSubsets/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-ChooseSubsets -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Algorithm @@ -22,7 +22,7 @@ MAN3= Algorithm::ChooseSubsets.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "Needs perl 5.6.0 or higher, install lang/perl5.6 and try again" +IGNORE= needs perl 5.6.0 or higher, install lang/perl5.6 and try again .endif .include <bsd.port.post.mk> |