Date: Tue, 15 Jul 2014 13:23:17 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361919 - head/www/p5-HTML-SimpleLinkExtor Message-ID: <201407151323.s6FDNHX4067949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jul 15 13:23:16 2014 New Revision: 361919 URL: http://svnweb.freebsd.org/changeset/ports/361919 QAT: https://qat.redports.org/buildarchive/r361919/ Log: Add BUILD_DEPENDS to p5-ExtUtil-MakeMaker when perl < 5.18. Modified: head/www/p5-HTML-SimpleLinkExtor/Makefile Modified: head/www/p5-HTML-SimpleLinkExtor/Makefile ============================================================================== --- head/www/p5-HTML-SimpleLinkExtor/Makefile Tue Jul 15 13:20:56 2014 (r361918) +++ head/www/p5-HTML-SimpleLinkExtor/Makefile Tue Jul 15 13:23:16 2014 (r361919) @@ -22,4 +22,10 @@ TEST_DEPENDS= p5-Test-Output>=0:${PORTSD USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407151323.s6FDNHX4067949>