mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
055365c2db
commit
3ab32baa74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326042
@ -29,7 +29,8 @@ TEST_DEPENDS= \
|
||||
p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \
|
||||
p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Amon2::Plugin::Web::MobileAgent.3 \
|
||||
Amon2::Plugin::Web::MobileCharset.3 \
|
||||
|
@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-CGI-Application>=4.50:${PORTSDIR}/www/p5-CGI-Application \
|
||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Dispatch.3 \
|
||||
CGI::Application::Dispatch::PSGI.3 \
|
||||
|
@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
||||
p5-CGI-Application-Plugin-AutoRunmode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::Forward.3
|
||||
|
||||
|
@ -21,7 +21,8 @@ RUN_DEPENDS= p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \
|
||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::JSON.3
|
||||
|
||||
|
@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7007:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Catalyst::Plugin::SmartURI.3
|
||||
|
||||
|
@ -24,7 +24,8 @@ TEST_DEPENDS= p5-Catalyst-View-JSON>=0:${PORTSDIR}/www/p5-Catalyst-View-JSON \
|
||||
p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Catalyst::TraitFor::Controller::DBIC::DoesPaging.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= A simple http server class with SSL support
|
||||
RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTTP::Daemon::SSL.3
|
||||
|
||||
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
||||
p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE=yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTTP::Server::Simple::Mason.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Conduit to communicate with the Yahoo! Application Platform
|
||||
BUILD_DEPENDS= p5-Net-OAuth-Simple>=1.0:${PORTSDIR}/net/p5-Net-OAuth-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::YAP.3
|
||||
|
||||
|
@ -20,7 +20,8 @@ RUN_DEPENDS= \
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Plack::Handler::AnyEvent::SCGI.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ RUN_DEPENDS= \
|
||||
p5-Plack>=0.9988:${PORTSDIR}/www/p5-Plack
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Plack::Middleware::ReverseProxy.3
|
||||
|
||||
|
@ -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::Status.3
|
||||
|
||||
|
@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck \
|
||||
p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WWW::HatenaDiary.3
|
||||
|
||||
|
@ -16,7 +16,8 @@ RUN_DEPENDS= p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \
|
||||
p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WWW::Scripter::Location.3 WWW::Scripter.3 \
|
||||
WWW::Scripter::History.3 WWW::Scripter::WindowGroup.3
|
||||
|
@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-WWW-Shorten>=1.98:${PORTSDIR}/www/p5-WWW-Shorten \
|
||||
p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WWW::Shorten::Googl.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ RUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \
|
||||
p5-App-Trace>=0:${PORTSDIR}/devel/p5-App-Trace \
|
||||
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WWW::WebArchive.3 WWW::WebArchive::Agent.3 \
|
||||
WWW::WebArchive::WaybackMachine.3
|
||||
|
@ -23,7 +23,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Readonly>=1.01:${PORTSDIR}/devel/p5-Readonly \
|
||||
p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WebService::BuzzurlAPI.3 \
|
||||
WebService::BuzzurlAPI::Util.3 \
|
||||
|
@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WebService::Validator::HTML::W3C::Error.3 \
|
||||
WebService::Validator::HTML::W3C.3
|
||||
|
@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Config-IniFiles>=2.39:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
p5-RRD-Simple>=1.44:${PORTSDIR}/databases/p5-RRD-Simple \
|
||||
p5-SNMP_Session>=1.11:${PORTSDIR}/net-mgmt/p5-SNMP_Session
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
SQUID_UID?= squid
|
||||
SQUID_GID?= squid
|
||||
|
Loading…
Reference in New Issue
Block a user