Date: Thu, 27 Feb 2014 22:16:32 +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: r346392 - head/devel/p5-Devel-CheckCompiler Message-ID: <201402272216.s1RMGWiv008006@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 27 22:16:32 2014 New Revision: 346392 URL: http://svnweb.freebsd.org/changeset/ports/346392 QAT: https://qat.redports.org/buildarchive/r346392/ Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Devel-CheckCompiler/Makefile Modified: head/devel/p5-Devel-CheckCompiler/Makefile ============================================================================== --- head/devel/p5-Devel-CheckCompiler/Makefile Thu Feb 27 21:44:20 2014 (r346391) +++ head/devel/p5-Devel-CheckCompiler/Makefile Thu Feb 27 22:16:32 2014 (r346392) @@ -18,11 +18,4 @@ TEST_DEPENDS= p5-Test-Requires>=0:${PORT USE_PERL5= modbuild USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.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?201402272216.s1RMGWiv008006>