svn commit: r383911 - head/devel/p5-Lexical-Import

Mathieu Arnold mat at FreeBSD.org
Mon Apr 13 12:24:14 UTC 2015


Author: mat
Date: Mon Apr 13 12:24:13 2015
New Revision: 383911
URL: https://svnweb.freebsd.org/changeset/ports/383911

Log:
  This needs Module::Build.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-Lexical-Import/Makefile

Modified: head/devel/p5-Lexical-Import/Makefile
==============================================================================
--- head/devel/p5-Lexical-Import/Makefile	Mon Apr 13 12:08:38 2015	(r383910)
+++ head/devel/p5-Lexical-Import/Makefile	Mon Apr 13 12:24:13 2015	(r383911)
@@ -18,7 +18,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 USES=		perl5
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list