svn commit: r383880 - in head: devel/p5-File-BOM security/p5-Crypt-OpenSSL-CA www/p5-Net-Flickr-Backup

Mathieu Arnold mat at FreeBSD.org
Sun Apr 12 19:11:00 UTC 2015


Author: mat
Date: Sun Apr 12 19:10:58 2015
New Revision: 383880
URL: https://svnweb.freebsd.org/changeset/ports/383880

Log:
  These need Module::Build.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-File-BOM/Makefile
  head/security/p5-Crypt-OpenSSL-CA/Makefile
  head/www/p5-Net-Flickr-Backup/Makefile

Modified: head/devel/p5-File-BOM/Makefile
==============================================================================
--- head/devel/p5-File-BOM/Makefile	Sun Apr 12 18:32:05 2015	(r383879)
+++ head/devel/p5-File-BOM/Makefile	Sun Apr 12 19:10:58 2015	(r383880)
@@ -19,6 +19,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-CA/Makefile	Sun Apr 12 18:32:05 2015	(r383879)
+++ head/security/p5-Crypt-OpenSSL-CA/Makefile	Sun Apr 12 19:10:58 2015	(r383880)
@@ -27,6 +27,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Group>=0:${PORTSDIR}/devel/p5-Test-Group
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/www/p5-Net-Flickr-Backup/Makefile
==============================================================================
--- head/www/p5-Net-Flickr-Backup/Makefile	Sun Apr 12 18:32:05 2015	(r383879)
+++ head/www/p5-Net-Flickr-Backup/Makefile	Sun Apr 12 19:10:58 2015	(r383880)
@@ -24,6 +24,6 @@ BUILD_DEPENDS=	p5-File-Find-Rule>=0:${PO
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list