diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 03:11:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 03:11:57 +0800 |
commit | cbb2575c86896d99b5d782aa094ad108331fd6b0 (patch) | |
tree | 4e7ad2e4be2d1c60c935b56cda49dc728c1117e4 /www | |
parent | 1c4fc43a663bcf9817534b72c9112633c7c4b937 (diff) | |
download | freebsd-ports-gnome-cbb2575c86896d99b5d782aa094ad108331fd6b0.tar.gz freebsd-ports-gnome-cbb2575c86896d99b5d782aa094ad108331fd6b0.tar.zst freebsd-ports-gnome-cbb2575c86896d99b5d782aa094ad108331fd6b0.zip |
Remove outdated PERL_LEVEL check after lang/perl5.18 removal
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Net-Async-HTTP/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/p5-Net-Async-HTTP/Makefile b/www/p5-Net-Async-HTTP/Makefile index b639d5381888..9f095df02509 100644 --- a/www/p5-Net-Async-HTTP/Makefile +++ b/www/p5-Net-Async-HTTP/Makefile @@ -34,11 +34,4 @@ USES= perl5 SSL_BUILD_DEPENDS= p5-IO-Async-SSL>=0.12:security/p5-IO-Async-SSL SSL_RUN_DEPENDS= p5-IO-Async-SSL>=0.12:security/p5-IO-Async-SSL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.29:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.29:lang/p5-Scalar-List-Utils -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |