diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-05-27 11:17:07 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-05-27 11:17:07 +0000 |
commit | 4776011088295278befcced2993128f0c55a6a14 (patch) | |
tree | d0fc0214baf6216ee54297fa596a622007143e98 /devel/p5-Want/Makefile | |
parent | 4c464d7f0a39e785c125cfef9ceeb906a32c74b0 (diff) |
Notes
Diffstat (limited to 'devel/p5-Want/Makefile')
-rw-r--r-- | devel/p5-Want/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/p5-Want/Makefile b/devel/p5-Want/Makefile index 13384bec4774..e4c3f1f88ef1 100644 --- a/devel/p5-Want/Makefile +++ b/devel/p5-Want/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Want -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/R/RO/ROBIN @@ -19,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= Want.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |