Date: Thu, 7 May 2015 20:40:12 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385673 - branches/2015Q2/devel/p5-Mac-PropertyList Message-ID: <201505072040.t47KeCwj055121@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 7 20:40:11 2015 New Revision: 385673 URL: https://svnweb.freebsd.org/changeset/ports/385673 Log: MFH: r385356 - Fix build with perl 5.16 (requires ExtUtils::MakeMaker) Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/devel/p5-Mac-PropertyList/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-Mac-PropertyList/Makefile ============================================================================== --- branches/2015Q2/devel/p5-Mac-PropertyList/Makefile Thu May 7 20:38:47 2015 (r385672) +++ branches/2015Q2/devel/p5-Mac-PropertyList/Makefile Thu May 7 20:40:11 2015 (r385673) @@ -19,4 +19,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} 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?201505072040.t47KeCwj055121>