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/p5-Archive-Extract | |
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/p5-Archive-Extract')
-rw-r--r-- | archivers/p5-Archive-Extract/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
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 |