Date: Sat, 1 Mar 2014 16:07:00 +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: r346637 - head/devel/p5-Inline Message-ID: <201403011607.s21G70UL041855@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 1 16:06:59 2014 New Revision: 346637 URL: http://svnweb.freebsd.org/changeset/ports/346637 QAT: https://qat.redports.org/buildarchive/r346637/ Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Inline/Makefile Modified: head/devel/p5-Inline/Makefile ============================================================================== --- head/devel/p5-Inline/Makefile Sat Mar 1 15:53:33 2014 (r346636) +++ head/devel/p5-Inline/Makefile Sat Mar 1 16:06:59 2014 (r346637) @@ -16,17 +16,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files +TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files \ + p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 501400 -TEST_DEPENDS+= p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn -.else -TEST_DEPENDS+= p5-Test-Warn>=0.21:${PORTSDIR}/devel/p5-Test-Warn -.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?201403011607.s21G70UL041855>