Date: Thu, 7 May 2015 20:41: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: r385674 - branches/2015Q2/misc/p5-Business-ISBN Message-ID: <201505072041.t47KfCpH056609@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 7 20:41:11 2015 New Revision: 385674 URL: https://svnweb.freebsd.org/changeset/ports/385674 Log: MFH: r385355 - Fix build with perl 5.16 (requires ExtUtils::MakeMaker) Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/misc/p5-Business-ISBN/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/misc/p5-Business-ISBN/Makefile ============================================================================== --- branches/2015Q2/misc/p5-Business-ISBN/Makefile Thu May 7 20:40:11 2015 (r385673) +++ branches/2015Q2/misc/p5-Business-ISBN/Makefile Thu May 7 20:41:11 2015 (r385674) @@ -29,4 +29,10 @@ BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:${ XISBN_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww XISBN_RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -.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?201505072041.t47KfCpH056609>