Date: Sun, 6 Nov 2016 16:49:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425540 - head/www/p5-Net-Async-HTTP Message-ID: <201611061649.uA6GnetU051438@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 6 16:49:40 2016 New Revision: 425540 URL: https://svnweb.freebsd.org/changeset/ports/425540 Log: - Remove outdated PERL_LEVEL check Modified: head/www/p5-Net-Async-HTTP/Makefile Modified: head/www/p5-Net-Async-HTTP/Makefile ============================================================================== --- head/www/p5-Net-Async-HTTP/Makefile Sun Nov 6 16:49:36 2016 (r425539) +++ head/www/p5-Net-Async-HTTP/Makefile Sun Nov 6 16:49:40 2016 (r425540) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611061649.uA6GnetU051438>