Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 19:10:59 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383880 - in head: devel/p5-File-BOM security/p5-Crypt-OpenSSL-CA www/p5-Net-Flickr-Backup
Message-ID:  <201504121910.t3CJAxlc059979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504121910.t3CJAxlc059979>