From 3c578b2e794ac26da7874f5727d07f95b6fe7d0a Mon Sep 17 00:00:00 2001 From: az Date: Mon, 2 Sep 2013 16:56:12 +0000 Subject: - convert to the new perl5 framework Approved by: portmgr (bapt@, blanket) --- www/jspacker/Makefile | 3 ++- www/mhonarc/Makefile | 2 +- www/p5-CGI-Enurl/Makefile | 3 ++- www/p5-CGI-Pager/Makefile | 3 ++- www/p5-Feersum/Makefile | 3 ++- www/p5-HTML-Diff/Makefile | 3 ++- www/p5-HTML-ExtractMain/Makefile | 3 ++- www/p5-HTML-MobileConverter/Makefile | 3 ++- www/p5-HTML-PrettyPrinter/Makefile | 3 ++- www/p5-Image-Delivery/Makefile | 3 ++- www/p5-Plack-Middleware-AddDefaultCharset/Makefile | 3 ++- www/p5-Plack-Middleware-Throttle/Makefile | 3 ++- www/p5-RPC-ExtDirect/Makefile | 3 ++- www/p5-WWW-Google-Notebook/Makefile | 3 ++- www/p5-WWW-HatenaLogin/Makefile | 3 ++- www/p5-WWW-Instapaper-Client/Makefile | 3 ++- www/p5-WWW-Mechanize-Meta/Makefile | 3 ++- www/p5-WWW-TWSMS/Makefile | 3 ++- www/p5-webservice-validator-css-w3c/Makefile | 3 ++- 19 files changed, 37 insertions(+), 19 deletions(-) (limited to 'www') diff --git a/www/jspacker/Makefile b/www/jspacker/Makefile index 9f85e48386e3..26eac834efc8 100644 --- a/www/jspacker/Makefile +++ b/www/jspacker/Makefile @@ -20,7 +20,8 @@ JSPACKER= jsPacker.pl NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_ZIP= yes SUB_FILES= ${PORTNAME} diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile index 13e1066da761..c0131604dfa6 100644 --- a/www/mhonarc/Makefile +++ b/www/mhonarc/Makefile @@ -17,7 +17,7 @@ MAINTAINER= kerndtr@kerndt.com COMMENT= WWW front end for mail archives USE_BZIP2= Yes -USE_PERL5= Yes +USES= perl5 NO_BUILD= Yes MAN1= mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1 diff --git a/www/p5-CGI-Enurl/Makefile b/www/p5-CGI-Enurl/Makefile index 7317a88e7735..56f75ad69c21 100644 --- a/www/p5-CGI-Enurl/Makefile +++ b/www/p5-CGI-Enurl/Makefile @@ -11,7 +11,8 @@ COMMENT= Perl module for URL-encoding strings and hashes RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Enurl.3 diff --git a/www/p5-CGI-Pager/Makefile b/www/p5-CGI-Pager/Makefile index f0405efedacb..e66f82fd6ce5 100644 --- a/www/p5-CGI-Pager/Makefile +++ b/www/p5-CGI-Pager/Makefile @@ -18,7 +18,8 @@ COMMENT= Perl extension to generate HTML pagination linkage easily BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Pager.3 diff --git a/www/p5-Feersum/Makefile b/www/p5-Feersum/Makefile index a2eca8dd0075..aada0d88353a 100644 --- a/www/p5-Feersum/Makefile +++ b/www/p5-Feersum/Makefile @@ -25,7 +25,8 @@ TEST_DEPENDS= p5-AnyEvent>=5.26.1:${PORTSDIR}/devel/p5-AnyEvent \ p5-Test-LeakTrace>=0.13:${PORTSDIR}/devel/p5-Test-LeakTrace \ p5-Test-TCP>=1.12:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= feersum.1 MAN3= Feersum.3 \ diff --git a/www/p5-HTML-Diff/Makefile b/www/p5-HTML-Diff/Makefile index 425731082065..754081f9da83 100644 --- a/www/p5-HTML-Diff/Makefile +++ b/www/p5-HTML-Diff/Makefile @@ -17,7 +17,8 @@ COMMENT= A Perl module for finding changes between two strings of HTML BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Diff.3 diff --git a/www/p5-HTML-ExtractMain/Makefile b/www/p5-HTML-ExtractMain/Makefile index 05949c903304..a7ad778cf8e5 100644 --- a/www/p5-HTML-ExtractMain/Makefile +++ b/www/p5-HTML-ExtractMain/Makefile @@ -24,7 +24,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \ p5-HTML-Format>=2.04:${PORTSDIR}/textproc/p5-HTML-Format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::ExtractMain.3 diff --git a/www/p5-HTML-MobileConverter/Makefile b/www/p5-HTML-MobileConverter/Makefile index 4ebc77d37d39..3a18defa9b31 100644 --- a/www/p5-HTML-MobileConverter/Makefile +++ b/www/p5-HTML-MobileConverter/Makefile @@ -17,7 +17,8 @@ COMMENT= HTML Converter for mobile agent RUN_DEPENDS= p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI>=1.33:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::MobileConverter.3 diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile index 7a6102892325..8c0f127b44ec 100644 --- a/www/p5-HTML-PrettyPrinter/Makefile +++ b/www/p5-HTML-PrettyPrinter/Makefile @@ -17,7 +17,8 @@ COMMENT= Generate nice HTML files from HTML syntax trees BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::PrettyPrinter.3 diff --git a/www/p5-Image-Delivery/Makefile b/www/p5-Image-Delivery/Makefile index bdb3aecf7941..7e4f70b179b3 100644 --- a/www/p5-Image-Delivery/Makefile +++ b/www/p5-Image-Delivery/Makefile @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Test-ClassAPI>=1.04:${PORTSDIR}/devel/p5-Test-ClassAPI \ p5-Params-Coerce>=0.13:${PORTSDIR}/devel/p5-Params-Coerce RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Delivery.3 Image::Delivery::Provider.3 diff --git a/www/p5-Plack-Middleware-AddDefaultCharset/Makefile b/www/p5-Plack-Middleware-AddDefaultCharset/Makefile index de8422ea551b..02edf8f1617f 100644 --- a/www/p5-Plack-Middleware-AddDefaultCharset/Makefile +++ b/www/p5-Plack-Middleware-AddDefaultCharset/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= \ p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::AddDefaultCharset.3 diff --git a/www/p5-Plack-Middleware-Throttle/Makefile b/www/p5-Plack-Middleware-Throttle/Makefile index e9b0abce356c..f91838d566df 100644 --- a/www/p5-Plack-Middleware-Throttle/Makefile +++ b/www/p5-Plack-Middleware-Throttle/Makefile @@ -21,7 +21,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::Throttle.3 \ Plack::Middleware::Throttle::Daily.3 \ diff --git a/www/p5-RPC-ExtDirect/Makefile b/www/p5-RPC-ExtDirect/Makefile index de0faca1f354..ea822023cdc8 100644 --- a/www/p5-RPC-ExtDirect/Makefile +++ b/www/p5-RPC-ExtDirect/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Attribute-Handlers>=0.93:${PORTSDIR}/devel/p5-Attribute-Handle RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.46:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RPC::ExtDirect.3 \ RPC::ExtDirect::API.3 \ diff --git a/www/p5-WWW-Google-Notebook/Makefile b/www/p5-WWW-Google-Notebook/Makefile index 28505355e666..8824505bbf98 100644 --- a/www/p5-WWW-Google-Notebook/Makefile +++ b/www/p5-WWW-Google-Notebook/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::Notebook.3 WWW::Google::Notebook::Note.3 WWW::Google::Notebook::Notebook.3 diff --git a/www/p5-WWW-HatenaLogin/Makefile b/www/p5-WWW-HatenaLogin/Makefile index 50756ad988f5..57ef8c29e2ce 100644 --- a/www/p5-WWW-HatenaLogin/Makefile +++ b/www/p5-WWW-HatenaLogin/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::HatenaLogin.3 diff --git a/www/p5-WWW-Instapaper-Client/Makefile b/www/p5-WWW-Instapaper-Client/Makefile index c1a9b827298d..41a82d864001 100644 --- a/www/p5-WWW-Instapaper-Client/Makefile +++ b/www/p5-WWW-Instapaper-Client/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Class-Base>=0:${PORTSDIR}/devel/p5-Class-Base \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= WWW::Instapaper::Client.3 diff --git a/www/p5-WWW-Mechanize-Meta/Makefile b/www/p5-WWW-Mechanize-Meta/Makefile index dd926f18dd56..aeba8eb52e41 100644 --- a/www/p5-WWW-Mechanize-Meta/Makefile +++ b/www/p5-WWW-Mechanize-Meta/Makefile @@ -17,7 +17,8 @@ COMMENT= Adds HEAD tag parsing to WWW::Mechanize RUN_DEPENDS= p5-WWW-Mechanize>=1.20:${PORTSDIR}/www/p5-WWW-Mechanize BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Mechanize::Meta.3 diff --git a/www/p5-WWW-TWSMS/Makefile b/www/p5-WWW-TWSMS/Makefile index 69b1329ac1c5..1cfed2405627 100644 --- a/www/p5-WWW-TWSMS/Makefile +++ b/www/p5-WWW-TWSMS/Makefile @@ -17,7 +17,8 @@ COMMENT= A Perl interface for sending sms by TWSMS BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::TWSMS.3 diff --git a/www/p5-webservice-validator-css-w3c/Makefile b/www/p5-webservice-validator-css-w3c/Makefile index b2307b151a1e..80835e65e4d2 100644 --- a/www/p5-webservice-validator-css-w3c/Makefile +++ b/www/p5-webservice-validator-css-w3c/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WebService::Validator::CSS::W3C.3 -- cgit