svn commit: r385356 - head/devel/p5-Mac-PropertyList
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 3 21:24:30 UTC 2015
Author: amdmi3
Date: Sun May 3 21:24:29 2015
New Revision: 385356
URL: https://svnweb.freebsd.org/changeset/ports/385356
Log:
- Fix build with perl 5.16 (requires ExtUtils::MakeMaker)
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/devel/p5-Mac-PropertyList/Makefile
Modified: head/devel/p5-Mac-PropertyList/Makefile
==============================================================================
--- head/devel/p5-Mac-PropertyList/Makefile Sun May 3 21:24:28 2015 (r385355)
+++ head/devel/p5-Mac-PropertyList/Makefile Sun May 3 21:24:29 2015 (r385356)
@@ -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>
More information about the svn-ports-head
mailing list