diff options
author | az <az@FreeBSD.org> | 2012-12-17 23:39:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 23:39:36 +0800 |
commit | 2d740bd25468abde2d241c34999818979bbb628d (patch) | |
tree | 2c777b510bf113de76c97e52fd4dfebf505c8e6e /archivers | |
parent | 76f2350775aaf609876abb739dd47fe9f66b20ea (diff) | |
download | freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.tar.gz freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.tar.zst freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Any/Makefile | 9 | ||||
-rw-r--r-- | archivers/p5-Archive-Extract/Makefile | 9 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 9 | ||||
-rw-r--r-- | archivers/p5-POE-Filter-Zlib/Makefile | 7 |
4 files changed, 3 insertions, 31 deletions
diff --git a/archivers/p5-Archive-Any/Makefile b/archivers/p5-Archive-Any/Makefile index 69d1261ad8ee..e467ac10035f 100644 --- a/archivers/p5-Archive-Any/Makefile +++ b/archivers/p5-Archive-Any/Makefile @@ -31,11 +31,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} < 501000 -BUILD_DEPENDS+= p5-Archive-Tar>=0.22:${PORTSDIR}/archivers/p5-Archive-Tar -RUN_DEPENDS+= p5-Archive-Tar>=0.22:${PORTSDIR}/archivers/p5-Archive-Tar -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile index a5604718241e..ab95dd95b512 100644 --- a/archivers/p5-Archive-Extract/Makefile +++ b/archivers/p5-Archive-Extract/Makefile @@ -21,15 +21,6 @@ MAN3= Archive::Extract.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ - p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check -RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ - p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check -.endif - .if ${PERL_LEVEL} < 501400 BUILD_DEPENDS+= p5-IPC-Cmd>=0.64:${PORTSDIR}/devel/p5-IPC-Cmd RUN_DEPENDS+= p5-IPC-Cmd>=0.64:${PORTSDIR}/devel/p5-IPC-Cmd 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> diff --git a/archivers/p5-POE-Filter-Zlib/Makefile b/archivers/p5-POE-Filter-Zlib/Makefile index c7538eaecd5a..0525f2ea1453 100644 --- a/archivers/p5-POE-Filter-Zlib/Makefile +++ b/archivers/p5-POE-Filter-Zlib/Makefile @@ -24,10 +24,5 @@ PERL_CONFIGURE= yes MAN3= POE::Filter::Zlib.3 \ POE::Filter::Zlib::Stream.3 -.include <bsd.port.pre.mk> +.include <bsd.port.mk> -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> |