diff options
Diffstat (limited to 'www/p5-Net-Async-HTTP/Makefile')
-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> |