Date: Fri, 28 Feb 2014 00:35:53 +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: r346415 - head/misc/p5-Geo-Coder-Many Message-ID: <201402280035.s1S0Zrsq073544@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 28 00:35:53 2014 New Revision: 346415 URL: http://svnweb.freebsd.org/changeset/ports/346415 QAT: https://qat.redports.org/buildarchive/r346415/ Log: - Remove outdated PERL_LEVEL check Modified: head/misc/p5-Geo-Coder-Many/Makefile Modified: head/misc/p5-Geo-Coder-Many/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-Many/Makefile Fri Feb 28 00:35:04 2014 (r346414) +++ head/misc/p5-Geo-Coder-Many/Makefile Fri Feb 28 00:35:53 2014 (r346415) @@ -34,11 +34,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/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?201402280035.s1S0Zrsq073544>