Date: Tue, 20 Dec 2016 18:35:04 +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: r429012 - head/devel/p5-List-AllUtils Message-ID: <201612201835.uBKIZ47a004277@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Dec 20 18:35:04 2016 New Revision: 429012 URL: https://svnweb.freebsd.org/changeset/ports/429012 Log: - Remove PERL_LEVEL check: p5-Scalar-List-Utils was already in *_DEPENDS Modified: head/devel/p5-List-AllUtils/Makefile Modified: head/devel/p5-List-AllUtils/Makefile ============================================================================== --- head/devel/p5-List-AllUtils/Makefile Tue Dec 20 18:34:59 2016 (r429011) +++ head/devel/p5-List-AllUtils/Makefile Tue Dec 20 18:35:04 2016 (r429012) @@ -21,11 +21,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.31: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?201612201835.uBKIZ47a004277>