diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-14 01:36:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-14 01:36:35 +0800 |
commit | 323c52802ed818d36ce06e58ea1e40688cae454a (patch) | |
tree | dcaa988f31a739985286bed72b91946ec6f5e16d /www | |
parent | ee9842e171ae92d29301bcc3999359357521e052 (diff) | |
download | freebsd-ports-graphics-323c52802ed818d36ce06e58ea1e40688cae454a.tar.gz freebsd-ports-graphics-323c52802ed818d36ce06e58ea1e40688cae454a.tar.zst freebsd-ports-graphics-323c52802ed818d36ce06e58ea1e40688cae454a.zip |
- Revert the removal of PERL_LEVEL check
Notified by: mat
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Net-Async-HTTP/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/p5-Net-Async-HTTP/Makefile b/www/p5-Net-Async-HTTP/Makefile index 9f095df0250..b639d538188 100644 --- a/www/p5-Net-Async-HTTP/Makefile +++ b/www/p5-Net-Async-HTTP/Makefile @@ -34,4 +34,11 @@ 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.mk> +.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> |