Date: Fri, 28 Feb 2014 00:10:55 +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: r346409 - head/devel/p5-Module-Build-Tiny Message-ID: <201402280010.s1S0AtBv062892@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 28 00:10:54 2014 New Revision: 346409 URL: http://svnweb.freebsd.org/changeset/ports/346409 QAT: https://qat.redports.org/buildarchive/r346409/ Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Module-Build-Tiny/Makefile Modified: head/devel/p5-Module-Build-Tiny/Makefile ============================================================================== --- head/devel/p5-Module-Build-Tiny/Makefile Thu Feb 27 23:16:02 2014 (r346408) +++ head/devel/p5-Module-Build-Tiny/Makefile Fri Feb 28 00:10:54 2014 (r346409) @@ -22,13 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= modbuildtiny USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \ - p5-JSON-PP>=2:${PORTSDIR}/converters/p5-JSON-PP -RUN_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \ - p5-JSON-PP>=2:${PORTSDIR}/converters/p5-JSON-PP -.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?201402280010.s1S0AtBv062892>