summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-03 13:06:13 +0000
committeraz <az@FreeBSD.org>2013-09-03 13:06:13 +0000
commitfab6f03b31c14abda71e26bc77faec3b27d71ce7 (patch)
treec9e3d9680f9006b0e8740933251361b2e6e5c3e4
parent8d1cee11c2f1b6156ce31a01ad266e9416ed4f9c (diff)
downloadFreeBSD-ports-fab6f03b31c14abda71e26bc77faec3b27d71ce7.zip
FreeBSD-ports-fab6f03b31c14abda71e26bc77faec3b27d71ce7.tar.gz
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
-rw-r--r--www/fswiki/Makefile2
-rw-r--r--www/jdresolve/Makefile2
-rw-r--r--www/p5-CGI-EncryptForm/Makefile3
-rw-r--r--www/p5-Catalyst-Engine-PSGI/Makefile3
-rw-r--r--www/p5-Catalyst-Model-Memcached/Makefile3
-rw-r--r--www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile3
-rw-r--r--www/p5-GunghoX-FollowLinks/Makefile3
-rw-r--r--www/p5-HTML-Adsense/Makefile3
-rw-r--r--www/p5-HTML-Query/Makefile3
-rw-r--r--www/p5-HTML-Template-Associate/Makefile3
-rw-r--r--www/p5-HTML-Template-Pluggable/Makefile3
-rw-r--r--www/p5-Plack-Middleware-JSConcat/Makefile3
-rw-r--r--www/p5-Router-Simple-Sinatraish/Makefile3
-rw-r--r--www/p5-Template-Plugin-Monta/Makefile3
-rw-r--r--www/p5-W3C-LinkChecker/Makefile3
-rw-r--r--www/p5-WWW-OpenSVN/Makefile3
-rw-r--r--www/p5-WWW-Shorten-NotLong/Makefile3
-rw-r--r--www/p5-WWW-iTunesConnect/Makefile3
-rw-r--r--www/webstats/Makefile2
19 files changed, 35 insertions, 19 deletions
diff --git a/www/fswiki/Makefile b/www/fswiki/Makefile
index f1175b6..e4006c6 100644
--- a/www/fswiki/Makefile
+++ b/www/fswiki/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \
p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
USE_ZIP= yes
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
post-extract:
diff --git a/www/jdresolve/Makefile b/www/jdresolve/Makefile
index 387256b..7cd6097 100644
--- a/www/jdresolve/Makefile
+++ b/www/jdresolve/Makefile
@@ -19,7 +19,7 @@ COMMENT= A IP addresse to hostname program for httpd log files
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
MANCOMPRESSED= no
diff --git a/www/p5-CGI-EncryptForm/Makefile b/www/p5-CGI-EncryptForm/Makefile
index 2efb7b4..9f56e14 100644
--- a/www/p5-CGI-EncryptForm/Makefile
+++ b/www/p5-CGI-EncryptForm/Makefile
@@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Crypt-HCE_SHA>=0:${PORTSDIR}/security/p5-Crypt-HCE_SHA \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= CGI::EncryptForm.3
diff --git a/www/p5-Catalyst-Engine-PSGI/Makefile b/www/p5-Catalyst-Engine-PSGI/Makefile
index 397c199..8b1b885 100644
--- a/www/p5-Catalyst-Engine-PSGI/Makefile
+++ b/www/p5-Catalyst-Engine-PSGI/Makefile
@@ -20,7 +20,8 @@ RUN_DEPENDS= \
p5-Catalyst-Action-RenderView>0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Catalyst::Controller::Metal.3 \
Catalyst::Engine::PSGI.3 \
diff --git a/www/p5-Catalyst-Model-Memcached/Makefile b/www/p5-Catalyst-Model-Memcached/Makefile
index 8353d4f..a830cef 100644
--- a/www/p5-Catalyst-Model-Memcached/Makefile
+++ b/www/p5-Catalyst-Model-Memcached/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Cache-Memcached-Fast>=0.17:${PORTSDIR}/databases/p5-Cache-Memcac
p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Catalyst::Model::Memcached.3
diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile
index 950257f..af600f4 100644
--- a/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile
+++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached-Fast/Makefile
@@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcach
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Catalyst::Plugin::Session::Store::Memcached::Fast.3
diff --git a/www/p5-GunghoX-FollowLinks/Makefile b/www/p5-GunghoX-FollowLinks/Makefile
index e0e0236..4531852 100644
--- a/www/p5-GunghoX-FollowLinks/Makefile
+++ b/www/p5-GunghoX-FollowLinks/Makefile
@@ -25,7 +25,8 @@ RUN_DEPENDS= \
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Class-Null>0:${PORTSDIR}/devel/p5-Class-Null
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= GunghoX::FollowLinks.3 \
GunghoX::FollowLinks::Filter.3 \
diff --git a/www/p5-HTML-Adsense/Makefile b/www/p5-HTML-Adsense/Makefile
index cbf120c..7d4ea84 100644
--- a/www/p5-HTML-Adsense/Makefile
+++ b/www/p5-HTML-Adsense/Makefile
@@ -17,7 +17,8 @@ COMMENT= Create adsense widgets easily
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= HTML::Adsense.3
diff --git a/www/p5-HTML-Query/Makefile b/www/p5-HTML-Query/Makefile
index 47887ec..fbaf8ad 100644
--- a/www/p5-HTML-Query/Makefile
+++ b/www/p5-HTML-Query/Makefile
@@ -17,7 +17,8 @@ COMMENT= JQuery-like selection queries for HTML::Element
RUN_DEPENDS+= p5-Badger>0.0:${PORTSDIR}/devel/p5-Badger \
p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= HTML::Query.3
PLIST_FILES= %%SITE_PERL%%/HTML/Query.pm \
diff --git a/www/p5-HTML-Template-Associate/Makefile b/www/p5-HTML-Template-Associate/Makefile
index b6eee6e..7b907ff1 100644
--- a/www/p5-HTML-Template-Associate/Makefile
+++ b/www/p5-HTML-Template-Associate/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= HTML::Template::Associate.3 \
HTML::Template::Associate::DBI.3 \
diff --git a/www/p5-HTML-Template-Pluggable/Makefile b/www/p5-HTML-Template-Pluggable/Makefile
index 93ff902..eab0fe7 100644
--- a/www/p5-HTML-Template-Pluggable/Makefile
+++ b/www/p5-HTML-Template-Pluggable/Makefile
@@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-HTML-Template>=2.7:${PORTSDIR}/www/p5-HTML-Template \
p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= HTML::Template::Pluggable.3 \
HTML::Template::Plugin::Dot.3
diff --git a/www/p5-Plack-Middleware-JSConcat/Makefile b/www/p5-Plack-Middleware-JSConcat/Makefile
index 5524f42..935b3f0 100644
--- a/www/p5-Plack-Middleware-JSConcat/Makefile
+++ b/www/p5-Plack-Middleware-JSConcat/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= \
p5-Plack>0:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Plack::Middleware::JSConcat.3
diff --git a/www/p5-Router-Simple-Sinatraish/Makefile b/www/p5-Router-Simple-Sinatraish/Makefile
index 927d50e..c044c54 100644
--- a/www/p5-Router-Simple-Sinatraish/Makefile
+++ b/www/p5-Router-Simple-Sinatraish/Makefile
@@ -13,7 +13,8 @@ RUN_DEPENDS= \
p5-Router-Simple>=0.09:${PORTSDIR}/www/p5-Router-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Router::Simple::Sinatraish.3
diff --git a/www/p5-Template-Plugin-Monta/Makefile b/www/p5-Template-Plugin-Monta/Makefile
index 80c3e58..55dded1 100644
--- a/www/p5-Template-Plugin-Monta/Makefile
+++ b/www/p5-Template-Plugin-Monta/Makefile
@@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Acme-Monta>=0:${PORTSDIR}/www/p5-Acme-Monta
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Template::Plugin::Monta.3
diff --git a/www/p5-W3C-LinkChecker/Makefile b/www/p5-W3C-LinkChecker/Makefile
index a303957..875575c 100644
--- a/www/p5-W3C-LinkChecker/Makefile
+++ b/www/p5-W3C-LinkChecker/Makefile
@@ -28,6 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN1= checklink.1
MANCOMPRESSED= no
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/www/p5-WWW-OpenSVN/Makefile b/www/p5-WWW-OpenSVN/Makefile
index 280bff4..9d505c7 100644
--- a/www/p5-WWW-OpenSVN/Makefile
+++ b/www/p5-WWW-OpenSVN/Makefile
@@ -17,7 +17,8 @@ COMMENT= An automated interface for OpenSVN.csie.org
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= WWW::OpenSVN.3
diff --git a/www/p5-WWW-Shorten-NotLong/Makefile b/www/p5-WWW-Shorten-NotLong/Makefile
index e2a2914..42b5c79 100644
--- a/www/p5-WWW-Shorten-NotLong/Makefile
+++ b/www/p5-WWW-Shorten-NotLong/Makefile
@@ -21,6 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= WWW::Shorten::NotLong.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/www/p5-WWW-iTunesConnect/Makefile b/www/p5-WWW-iTunesConnect/Makefile
index e82fb8a..53b9e92 100644
--- a/www/p5-WWW-iTunesConnect/Makefile
+++ b/www/p5-WWW-iTunesConnect/Makefile
@@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= WWW::iTunesConnect.3
diff --git a/www/webstats/Makefile b/www/webstats/Makefile
index 8a3752f..a5d7b66 100644
--- a/www/webstats/Makefile
+++ b/www/webstats/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= analog:${PORTSDIR}/www/analog \
${LOCALBASE}/reportmagic/rmagic.pl:${PORTSDIR}/www/reportmagic
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
post-patch:
@${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' \
OpenPOWER on IntegriCloud