diff options
author | aaron <aaron@FreeBSD.org> | 2007-06-16 02:46:49 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2007-06-16 02:46:49 +0800 |
commit | 56a89c1a9645c96688faa5bcc2847460bda97994 (patch) | |
tree | 4598326a15d6ef3b05f46630e5e4bc87bda4bb00 /archivers/p5-Archive-Extract/Makefile | |
parent | 4e4a2b949a2689fe59b419abe53b775597c3eaa0 (diff) | |
download | freebsd-ports-gnome-56a89c1a9645c96688faa5bcc2847460bda97994.tar.gz freebsd-ports-gnome-56a89c1a9645c96688faa5bcc2847460bda97994.tar.zst freebsd-ports-gnome-56a89c1a9645c96688faa5bcc2847460bda97994.zip |
v0.18 -> v0.22
PR: 113635
Submitted by: Yen-Ming@utopia.leeym.com
Diffstat (limited to 'archivers/p5-Archive-Extract/Makefile')
-rw-r--r-- | archivers/p5-Archive-Extract/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile index c154bd3e73e8..8a2c0f6f8efa 100644 --- a/archivers/p5-Archive-Extract/Makefile +++ b/archivers/p5-Archive-Extract/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Archive-Extract -PORTVERSION= 0.18 +PORTVERSION= 0.22 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Archive @@ -22,10 +22,4 @@ MAN3= Archive::Extract.3 PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |