svn commit: r383844 - in head: audio/p5-Net-LibLO databases/p5-Net-Async-CassandraCQL ftp/p5-SOAP-Transport-FTP lang/p5-Marpa lang/p5-Parse-Perl net-im/p5-SOAP-Transport-JABBER textproc/p5-Algorith...
Mathieu Arnold
mat at FreeBSD.org
Sun Apr 12 08:45:59 UTC 2015
Author: mat
Date: Sun Apr 12 08:45:54 2015
New Revision: 383844
URL: https://svnweb.freebsd.org/changeset/ports/383844
Log:
These need Module::Build.
Sponsored by: Absolight
Modified:
head/audio/p5-Net-LibLO/Makefile
head/databases/p5-Net-Async-CassandraCQL/Makefile
head/ftp/p5-SOAP-Transport-FTP/Makefile
head/lang/p5-Marpa/Makefile
head/lang/p5-Parse-Perl/Makefile
head/net-im/p5-SOAP-Transport-JABBER/Makefile
head/textproc/p5-Algorithm-CheckDigits/Makefile
head/textproc/p5-Marpa-HTML/Makefile
head/textproc/p5-Text-Lorem/Makefile
head/www/p5-Plack-Middleware-IEnosniff/Makefile
Modified: head/audio/p5-Net-LibLO/Makefile
==============================================================================
--- head/audio/p5-Net-LibLO/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/audio/p5-Net-LibLO/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -13,6 +13,6 @@ COMMENT= Perl extension for liblo Lightw
LIB_DEPENDS= liblo.so:${PORTSDIR}/audio/liblo
USES= pkgconfig perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>
Modified: head/databases/p5-Net-Async-CassandraCQL/Makefile
==============================================================================
--- head/databases/p5-Net-Async-CassandraCQL/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/databases/p5-Net-Async-CassandraCQL/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -26,6 +26,6 @@ TEST_DEPENDS= p5-Test-Identity>0:${PORTS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>
Modified: head/ftp/p5-SOAP-Transport-FTP/Makefile
==============================================================================
--- head/ftp/p5-SOAP-Transport-FTP/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/ftp/p5-SOAP-Transport-FTP/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -14,7 +14,7 @@ COMMENT= FTP Client support for SOAP::Li
BUILD_DEPENDS= p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= configure
+USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>
Modified: head/lang/p5-Marpa/Makefile
==============================================================================
--- head/lang/p5-Marpa/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/lang/p5-Marpa/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PO
p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= configure
+USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>
Modified: head/lang/p5-Parse-Perl/Makefile
==============================================================================
--- head/lang/p5-Parse-Perl/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/lang/p5-Parse-Perl/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -18,6 +18,6 @@ TEST_DEPENDS= p5-Devel-Declare>=0:${PORT
p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>
Modified: head/net-im/p5-SOAP-Transport-JABBER/Makefile
==============================================================================
--- head/net-im/p5-SOAP-Transport-JABBER/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/net-im/p5-SOAP-Transport-JABBER/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-Net-Jabber>=0:${PORTSD
p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= configure
+USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>
Modified: head/textproc/p5-Algorithm-CheckDigits/Makefile
==============================================================================
--- head/textproc/p5-Algorithm-CheckDigits/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/textproc/p5-Algorithm-CheckDigits/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -18,6 +18,6 @@ LICENSE_COMB= dual
TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>
Modified: head/textproc/p5-Marpa-HTML/Makefile
==============================================================================
--- head/textproc/p5-Marpa-HTML/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/textproc/p5-Marpa-HTML/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PO
p5-Marpa-XS>=0.026:${PORTSDIR}/lang/p5-Marpa-XS
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= configure
+USE_PERL5= modbuild
USES= perl5
post-patch:
Modified: head/textproc/p5-Text-Lorem/Makefile
==============================================================================
--- head/textproc/p5-Text-Lorem/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/textproc/p5-Text-Lorem/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -12,6 +12,6 @@ MAINTAINER= perl at FreeBSD.org
COMMENT= Generate random Latin looking text
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>
Modified: head/www/p5-Plack-Middleware-IEnosniff/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-IEnosniff/Makefile Sun Apr 12 08:32:01 2015 (r383843)
+++ head/www/p5-Plack-Middleware-IEnosniff/Makefile Sun Apr 12 08:45:54 2015 (r383844)
@@ -16,6 +16,6 @@ RUN_DEPENDS= \
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list