svn commit: r383779 - head/devel/p5-Config-IniFiles

Mathieu Arnold mat at FreeBSD.org
Sat Apr 11 08:19:16 UTC 2015


Author: mat
Date: Sat Apr 11 08:19:15 2015
New Revision: 383779
URL: https://svnweb.freebsd.org/changeset/ports/383779

Log:
  Needs Module::Build.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-Config-IniFiles/Makefile

Modified: head/devel/p5-Config-IniFiles/Makefile
==============================================================================
--- head/devel/p5-Config-IniFiles/Makefile	Sat Apr 11 08:18:30 2015	(r383778)
+++ head/devel/p5-Config-IniFiles/Makefile	Sat Apr 11 08:19:15 2015	(r383779)
@@ -19,6 +19,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list