aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Extract
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:36:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:36:56 +0000
commitcb29314cf64bdb16d3c99968abf140c67799d2ed (patch)
treebe61be3f4e10e115a7250d6873ba93e19fc853e4 /archivers/p5-Archive-Extract
parent7edff79d6e3bb6e4f9b88d404d4a0cd3ce9b4aa4 (diff)
downloadports-cb29314cf64bdb16d3c99968abf140c67799d2ed.tar.gz
ports-cb29314cf64bdb16d3c99968abf140c67799d2ed.zip
Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=501407
Diffstat (limited to 'archivers/p5-Archive-Extract')
-rw-r--r--archivers/p5-Archive-Extract/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile
index 948d0ee65a14..56bb90517d0e 100644
--- a/archivers/p5-Archive-Extract/Makefile
+++ b/archivers/p5-Archive-Extract/Makefile
@@ -14,15 +14,9 @@ COMMENT= Generic archive extracting mechanism
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502504
-BUILD_DEPENDS+= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
-RUN_DEPENDS+= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
-.endif
+NO_ARCH= yes
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>