diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 15:39:36 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 15:39:36 +0000 |
commit | 14d750125f50dd0ca4560ca608da80256c753ed1 (patch) | |
tree | 2c777b510bf113de76c97e52fd4dfebf505c8e6e /archivers/p5-Archive-Zip | |
parent | da7b202bc73ca6f707aaa9343cbe60e5cb7187b8 (diff) | |
download | ports-14d750125f50dd0ca4560ca608da80256c753ed1.tar.gz ports-14d750125f50dd0ca4560ca608da80256c753ed1.zip |
Notes
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index a6cfae1851c4..f583ab0b0d9b 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -19,11 +19,4 @@ PERL_CONFIGURE= yes MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |