diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-07 02:51:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-07 02:51:17 +0800 |
commit | 2afa6b458e1d78950cf9ff7165cb16e7674ee396 (patch) | |
tree | 57214bac9c97d5967918fa5d36a4696adeb3577e /archivers/p5-Archive-Extract | |
parent | ee7a7882810a776df003c6efefa4b63bee126750 (diff) | |
download | freebsd-ports-gnome-2afa6b458e1d78950cf9ff7165cb16e7674ee396.tar.gz freebsd-ports-gnome-2afa6b458e1d78950cf9ff7165cb16e7674ee396.tar.zst freebsd-ports-gnome-2afa6b458e1d78950cf9ff7165cb16e7674ee396.zip |
- Remove outdated PERL_LEVEL check
With hat: perl
Diffstat (limited to 'archivers/p5-Archive-Extract')
-rw-r--r-- | archivers/p5-Archive-Extract/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile index 8d4bcfd9efce..4f46b6b8fa6d 100644 --- a/archivers/p5-Archive-Extract/Makefile +++ b/archivers/p5-Archive-Extract/Makefile @@ -16,11 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.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 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |