aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Any
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 07:33:15 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 07:33:15 +0000
commit5a0de2c9fdc2bcb813f76656aeb9d786c5b1232f (patch)
treedfc03323dd49b2dad410638be24b9b3faafc881f /archivers/p5-Archive-Any
parent75abb5ffe57d263908050131872372bbef30e19a (diff)
downloadports-5a0de2c9fdc2bcb813f76656aeb9d786c5b1232f.tar.gz
ports-5a0de2c9fdc2bcb813f76656aeb9d786c5b1232f.zip
- remove ".if ${PERL_LEVEL} < 500600 ..." stuff.
Notes
Notes: svn path=/head/; revision=191265
Diffstat (limited to 'archivers/p5-Archive-Any')
-rw-r--r--archivers/p5-Archive-Any/Makefile8
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>