svn commit: r385673 - branches/2015Q2/devel/p5-Mac-PropertyList

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 20:40:12 UTC 2015


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>


More information about the svn-ports-all mailing list