diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:38:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:38:02 +0000 |
commit | e6b297d7696d78beeb626a31eedd7444233f8c99 (patch) | |
tree | 9e26cbb3a2bc2890888786ec6e5197cd5114f9e0 | |
parent | 0cd58f1dfa173c138700ac887d864e14503701b1 (diff) | |
download | freebsd-ports-e6b297d7696d78beeb626a31eedd7444233f8c99.zip |
Remove outdated PERL_LEVEL check
-rw-r--r-- | ftp/p5-File-Fetch/Makefile | 10 |
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> |