mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
aaf3fcefea
commit
874a5c1f86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326161
@ -22,7 +22,8 @@ RUN_DEPENDS= \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= AnyEvent::ReverseHTTP.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= mopsfelder@gmail.com
|
||||
COMMENT= Utilities for retrieving information through the CGI
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= CGI::Utils.3 \
|
||||
CGI::Utils::UploadFile.3
|
||||
|
@ -20,7 +20,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
|
||||
p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Catalyst::Helper::Model::Adaptor.3 \
|
||||
Catalyst::Helper::Model::Factory.3 \
|
||||
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Class-DBI>0:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Catalyst-Devel>0:${PORTSDIR}/www/p5-Catalyst-Devel
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Catalyst::Model::CDBI::Plain.3 Catalyst::Helper::Model::CDBI::Plain.3
|
||||
|
||||
|
@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcach
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Catalyst::Plugin::Cache::Memcached::Fast.3
|
||||
|
||||
|
@ -22,7 +22,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
|
||||
|
||||
MAN1= corona.1
|
||||
MAN3= Corona.3 \
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= groovis@groovis.net
|
||||
COMMENT= Process HTML templates with loops, conditionals, macros and more
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTML::Macro.3 HTML::Macro::Loop.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ COMMENT= Parse HTML For Robots Exclusion META Markup
|
||||
BUILD_DEPENDS= p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HTML::RobotsMETA.3 \
|
||||
HTML::RobotsMETA::Rules.3
|
||||
|
@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Web-Query>=0:${PORTSDIR}/www/p5-Web-Query
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= HTML::TreeBuilder::LibXML::Node.3 \
|
||||
HTML::TreeBuilder::LibXML.3
|
||||
|
@ -26,7 +26,8 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
p5-libwww>=1.38:${PORTSDIR}/www/libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::Flickr::Backup.3
|
||||
|
||||
|
@ -26,7 +26,8 @@ TEST_DEPENDS= \
|
||||
p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-Plack>0:${PORTSDIR}/www/p5-Plack
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::STF::Bucket.3 \
|
||||
Net::STF::Client.3 \
|
||||
|
@ -23,7 +23,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Plack::Server::POE.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ RUN_DEPENDS= \
|
||||
p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SOAP::Transport::HTTP::Plack.3 \
|
||||
XMLRPC::Transport::HTTP::Plack.3
|
||||
|
@ -17,7 +17,8 @@ COMMENT= TT Plugin to commify numbers
|
||||
BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Template::Plugin::Comma.3
|
||||
|
||||
|
@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON \
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Template::Plugin::JSON.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ LICENSE= ART20
|
||||
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Template::Simple.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Drop-In replacement for URI::Escape in XS
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= URI::Escape::XS.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ RUN_DEPENDS= p5-WWW-Scripter>0:${PORTSDIR}/www/p5-WWW-Scripter \
|
||||
p5-JE>0:${PORTSDIR}/www/p5-JE
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WWW::Scripter::Plugin::JavaScript.3 \
|
||||
WWW::Scripter::Plugin::JavaScript::JE.3
|
||||
|
@ -20,7 +20,8 @@ RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \
|
||||
p5-MP4-Info>=0:${PORTSDIR}/multimedia/p5-MP4-Info
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user