svn commit: r383775 - head/devel/p5-Module-Pluggable

Mathieu Arnold mat at FreeBSD.org
Sat Apr 11 08:14:26 UTC 2015


Author: mat
Date: Sat Apr 11 08:14:25 2015
New Revision: 383775
URL: https://svnweb.freebsd.org/changeset/ports/383775

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

Modified:
  head/devel/p5-Module-Pluggable/Makefile

Modified: head/devel/p5-Module-Pluggable/Makefile
==============================================================================
--- head/devel/p5-Module-Pluggable/Makefile	Sat Apr 11 06:57:25 2015	(r383774)
+++ head/devel/p5-Module-Pluggable/Makefile	Sat Apr 11 08:14:25 2015	(r383775)
@@ -14,6 +14,6 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list