diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:33:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:33:15 +0000 |
commit | 5a0de2c9fdc2bcb813f76656aeb9d786c5b1232f (patch) | |
tree | dfc03323dd49b2dad410638be24b9b3faafc881f /archivers | |
parent | 75abb5ffe57d263908050131872372bbef30e19a (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Any/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Any/Makefile b/archivers/p5-Archive-Any/Makefile index 5154286cfb41..c9f4cee5a43e 100644 --- a/archivers/p5-Archive-Any/Makefile +++ b/archivers/p5-Archive-Any/Makefile @@ -28,10 +28,4 @@ PERL_CONFIGURE= yes MAN3= Archive::Any.3 Archive::Any::Plugin.3 \ Archive::Any::Plugin::Tar.3 Archive::Any::Plugin::Zip.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 # Inherited from dependencies -IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |