Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 09:13:51 +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: r383782 - in head: databases/p5-Protocol-CassandraCQL devel/p5-Data-HexDump-Range devel/p5-Devel-CallChecker
Message-ID:  <201504110913.t3B9Dp5P096247@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Apr 11 09:13:51 2015
New Revision: 383782
URL: https://svnweb.freebsd.org/changeset/ports/383782

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

Modified:
  head/databases/p5-Protocol-CassandraCQL/Makefile
  head/devel/p5-Data-HexDump-Range/Makefile
  head/devel/p5-Devel-CallChecker/Makefile

Modified: head/databases/p5-Protocol-CassandraCQL/Makefile
==============================================================================
--- head/databases/p5-Protocol-CassandraCQL/Makefile	Sat Apr 11 08:30:21 2015	(r383781)
+++ head/databases/p5-Protocol-CassandraCQL/Makefile	Sat Apr 11 09:13:51 2015	(r383782)
@@ -22,6 +22,6 @@ BUILD_DEPENDS=	p5-Compress-Snappy>0:${PO
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Data-HexDump-Range/Makefile
==============================================================================
--- head/devel/p5-Data-HexDump-Range/Makefile	Sat Apr 11 08:30:21 2015	(r383781)
+++ head/devel/p5-Data-HexDump-Range/Makefile	Sat Apr 11 09:13:51 2015	(r383782)
@@ -20,6 +20,6 @@ BUILD_DEPENDS=	p5-Readonly>=0:${PORTSDIR
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Devel-CallChecker/Makefile
==============================================================================
--- head/devel/p5-Devel-CallChecker/Makefile	Sat Apr 11 08:30:21 2015	(r383781)
+++ head/devel/p5-Devel-CallChecker/Makefile	Sat Apr 11 09:13:51 2015	(r383782)
@@ -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>



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