aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:38:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-12 16:38:02 +0000
commite6b297d7696d78beeb626a31eedd7444233f8c99 (patch)
tree9e26cbb3a2bc2890888786ec6e5197cd5114f9e0 /ftp
parent0cd58f1dfa173c138700ac887d864e14503701b1 (diff)
downloadports-e6b297d7696d78beeb626a31eedd7444233f8c99.tar.gz
ports-e6b297d7696d78beeb626a31eedd7444233f8c99.zip
Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=501420
Diffstat (limited to 'ftp')
-rw-r--r--ftp/p5-File-Fetch/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile
index 4e23efd92677..60daa29c2e62 100644
--- a/ftp/p5-File-Fetch/Makefile
+++ b/ftp/p5-File-Fetch/Makefile
@@ -15,13 +15,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-NO_ARCH= yes
-
-.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>