diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:08:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 22:08:06 +0800 |
commit | 31445311fce915521f6c1940134b8dc155688036 (patch) | |
tree | a29fe29c38d5df1895cfbe84019093fae61a6b42 /www | |
parent | 3672f197c67f0c967088c7faaced7d9627772e4d (diff) | |
download | freebsd-ports-graphics-31445311fce915521f6c1940134b8dc155688036.tar.gz freebsd-ports-graphics-31445311fce915521f6c1940134b8dc155688036.tar.zst freebsd-ports-graphics-31445311fce915521f6c1940134b8dc155688036.zip |
- Convert to new perl framework
Diffstat (limited to 'www')
24 files changed, 47 insertions, 24 deletions
diff --git a/www/p5-Catalyst-DispatchType-Regex/Makefile b/www/p5-Catalyst-DispatchType-Regex/Makefile index 57083d42142..9875b64defa 100644 --- a/www/p5-Catalyst-DispatchType-Regex/Makefile +++ b/www/p5-Catalyst-DispatchType-Regex/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -PERL_MODBUILD= yes +USE_PERL5= modbuild +USES= perl5 MAN3= Catalyst::DispatchType::LocalRegex.3 \ Catalyst::DispatchType::LocalRegexp.3 \ diff --git a/www/p5-Google-Code-Upload/Makefile b/www/p5-Google-Code-Upload/Makefile index 3bc643fbdf6..6a2ca86291c 100644 --- a/www/p5-Google-Code-Upload/Makefile +++ b/www/p5-Google-Code-Upload/Makefile @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN1= googlecode_upload.pl.1 MAN3= Google::Code::Upload.3 diff --git a/www/p5-HTML-Declare/Makefile b/www/p5-HTML-Declare/Makefile index 94a9f6847e6..f313e056e64 100644 --- a/www/p5-HTML-Declare/Makefile +++ b/www/p5-HTML-Declare/Makefile @@ -17,7 +17,8 @@ COMMENT= A very simple micro language to generate HTML BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= HTML::Declare.3 PLIST_FILES= %%SITE_PERL%%/HTML/Declare.pm \ diff --git a/www/p5-HTML-Parser-Simple/Makefile b/www/p5-HTML-Parser-Simple/Makefile index 712559f8661..4c4afdb3282 100644 --- a/www/p5-HTML-Parser-Simple/Makefile +++ b/www/p5-HTML-Parser-Simple/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Moos>=0.13:${PORTSDIR}/devel/p5-Moos \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= HTML::Parser::Simple.3 \ HTML::Parser::Simple::Attributes.3 \ diff --git a/www/p5-HTTP-CookieJar/Makefile b/www/p5-HTTP-CookieJar/Makefile index eda75ef2a9c..376a2420f0c 100644 --- a/www/p5-HTTP-CookieJar/Makefile +++ b/www/p5-HTTP-CookieJar/Makefile @@ -21,7 +21,8 @@ TEST_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ p5-Time-Mock>=0:${PORTSDIR}/devel/p5-Time-Mock -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= HTTP::CookieJar.3 \ HTTP::CookieJar::LWP.3 diff --git a/www/p5-HTTP-Server-Simple-Authen/Makefile b/www/p5-HTTP-Server-Simple-Authen/Makefile index 9ec3135fc33..153e6a0992f 100644 --- a/www/p5-HTTP-Server-Simple-Authen/Makefile +++ b/www/p5-HTTP-Server-Simple-Authen/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Authen-Simple>=0.4:${PORTSDIR}/security/p5-Authen-Simple \ RUN_DEPENDS= p5-Authen-Simple>=0.4:${PORTSDIR}/security/p5-Authen-Simple \ p5-HTTP-Server-Simple>=0.16:${PORTSDIR}/www/p5-HTTP-Server-Simple -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= HTTP::Server::Simple::Authen.3 diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index 60bcf684b92..448c8c1a815 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -18,7 +18,8 @@ OPTIONS_DEFINE= COOKIE HTTPS OPTIONS_DEFAULT=COOKIE HTTPS COOKIE_DESC= Cookie support -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= HTTP::Tiny.3 diff --git a/www/p5-LWP-Protocol-http10/Makefile b/www/p5-LWP-Protocol-http10/Makefile index c35c657fc77..db21f87047d 100644 --- a/www/p5-LWP-Protocol-http10/Makefile +++ b/www/p5-LWP-Protocol-http10/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ RUN_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ p5-libwww>=6:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= LWP::Protocol::http10.3 diff --git a/www/p5-LWP-Protocol-https/Makefile b/www/p5-LWP-Protocol-https/Makefile index d6b58fda54a..a0b15693987 100644 --- a/www/p5-LWP-Protocol-https/Makefile +++ b/www/p5-LWP-Protocol-https/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-IO-Socket-SSL>=1.54:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= LWP::Protocol::https.3 diff --git a/www/p5-LWPx-TimedHTTP/Makefile b/www/p5-LWPx-TimedHTTP/Makefile index 9d1a97b4afd..f0e345b99b4 100644 --- a/www/p5-LWPx-TimedHTTP/Makefile +++ b/www/p5-LWPx-TimedHTTP/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-HTTP-Daemon>=0:${PORTSDIR}/www/p5-HTTP-Daemon \ p5-libwww>=6:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= p5-libwww>=6:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= LWPx::TimedHTTP.3 diff --git a/www/p5-ModPerl-VersionUtil/Makefile b/www/p5-ModPerl-VersionUtil/Makefile index 0b79cd8176c..0cbb33e2827 100644 --- a/www/p5-ModPerl-VersionUtil/Makefile +++ b/www/p5-ModPerl-VersionUtil/Makefile @@ -16,7 +16,8 @@ COMMENT= Makes it easier to investigate your mod_perl version RUN_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= ModPerl::VersionUtil.3 diff --git a/www/p5-Net-Plurk/Makefile b/www/p5-Net-Plurk/Makefile index bc28e5edb32..0ac828d1bd5 100644 --- a/www/p5-Net-Plurk/Makefile +++ b/www/p5-Net-Plurk/Makefile @@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-AnyEvent-HTTP>=0:${PORTSDIR}/www/p5-AnyEvent-HTTP \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Net::Plurk.3 \ Net::Plurk::OAuth.3 \ diff --git a/www/p5-Net-eBay/Makefile b/www/p5-Net-eBay/Makefile index 0872f4c1f7e..2025117b4e9 100644 --- a/www/p5-Net-eBay/Makefile +++ b/www/p5-Net-eBay/Makefile @@ -29,7 +29,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= EXAMPLES -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Net::eBay.3 diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile index 092bc13f62f..26d342c924d 100644 --- a/www/p5-ParallelUA/Makefile +++ b/www/p5-ParallelUA/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 REINPLACE_ARGS= -i '' MAN3= Bundle::ParallelUA.3 \ diff --git a/www/p5-Parse-HTTP-UserAgent/Makefile b/www/p5-Parse-HTTP-UserAgent/Makefile index 558b2f4dcc0..147f4c3ee18 100644 --- a/www/p5-Parse-HTTP-UserAgent/Makefile +++ b/www/p5-Parse-HTTP-UserAgent/Makefile @@ -18,7 +18,8 @@ COMMENT= Parser for the User Agent string TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Parse::HTTP::UserAgent.3 \ Parse::HTTP::UserAgent::Base::Accessors.3 \ diff --git a/www/p5-Plack-Middleware-ForceEnv/Makefile b/www/p5-Plack-Middleware-ForceEnv/Makefile index 28c2c6fe865..ebea43f10d1 100644 --- a/www/p5-Plack-Middleware-ForceEnv/Makefile +++ b/www/p5-Plack-Middleware-ForceEnv/Makefile @@ -17,7 +17,8 @@ COMMENT= Force set environment variables for testing BUILD_DEPENDS= p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack RUN_DEPENDS= p5-Plack>=0.9925:${PORTSDIR}/www/p5-Plack -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Plack::Middleware::ForceEnv.3 diff --git a/www/p5-Plack-Test-ExternalServer/Makefile b/www/p5-Plack-Test-ExternalServer/Makefile index b81cbfb8081..ecb972c9dd7 100644 --- a/www/p5-Plack-Test-ExternalServer/Makefile +++ b/www/p5-Plack-Test-ExternalServer/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Plack::Test::ExternalServer.3 diff --git a/www/p5-PocketIO/Makefile b/www/p5-PocketIO/Makefile index 9f47b81a967..29c2b3908e9 100644 --- a/www/p5-PocketIO/Makefile +++ b/www/p5-PocketIO/Makefile @@ -23,7 +23,8 @@ TEST_DEPENDS= p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \ p5-Twiggy>=0:${PORTSDIR}/www/p5-Twiggy -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= PocketIO.3 \ PocketIO::Broadcast.3 \ diff --git a/www/p5-Protocol-SocketIO/Makefile b/www/p5-Protocol-SocketIO/Makefile index ba0ffe0ad86..0071244932e 100644 --- a/www/p5-Protocol-SocketIO/Makefile +++ b/www/p5-Protocol-SocketIO/Makefile @@ -20,7 +20,8 @@ LICENSE= ART20 BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON RUN_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Protocol::SocketIO.3 \ Protocol::SocketIO::Handshake.3 \ diff --git a/www/p5-Protocol-XMLRPC/Makefile b/www/p5-Protocol-XMLRPC/Makefile index e208e160597..fd525563fdc 100644 --- a/www/p5-Protocol-XMLRPC/Makefile +++ b/www/p5-Protocol-XMLRPC/Makefile @@ -18,7 +18,8 @@ COMMENT= XML-RPC implementation BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Protocol::XMLRPC.3 \ Protocol::XMLRPC::Client.3 \ diff --git a/www/p5-Router-Simple/Makefile b/www/p5-Router-Simple/Makefile index d6a17bdf54a..ceb0bca6396 100644 --- a/www/p5-Router-Simple/Makefile +++ b/www/p5-Router-Simple/Makefile @@ -17,7 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USE_PERL5= modbuild +USES= perl5 MAN3= Router::Simple.3 \ Router::Simple::Cookbook.3 \ diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index 8d4242d0eea..40508beeba1 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -16,7 +16,8 @@ LICENSE= MIT LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= WWW::Curl.3 diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index aee20c2423e..a3244df9e92 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -29,7 +29,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= HTTPS CONFIGURE_ARGS= --aliases -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN1= GET.1 \ HEAD.1 \ diff --git a/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index 7eb672c6784..9232fded279 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -27,7 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USE_PERL5= yes +USES= perl5 MAN1= omindex.1 scriptindex.1 MORE_PORTDOCS= AUTHORS ChangeLog NEWS README TODO |