1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- convert to the new perl5 framework

Reviewed by:	portmgr (bapt@, blanket)
This commit is contained in:
Andrej Zverev 2013-09-02 16:07:56 +00:00
parent b5ce1c7f4a
commit bf52aa911e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326021
19 changed files with 37 additions and 19 deletions

View File

@ -26,7 +26,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration
MAN1= checkbot.1
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
PLIST_FILES= bin/checkbot ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot/.packlist
PLIST_DIRS= ${SITE_PERL:S!${LOCALBASE}/!!}/${PERL_ARCH}/auto/checkbot

View File

@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
USE_APACHE= 22+
PLIST_DIRSTRY+= www/icons

View File

@ -18,7 +18,8 @@ RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
p5-Config-Auto>=0:${PORTSDIR}/devel/p5-Config-Auto
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= CGI::Application::Plugin::ConfigAuto.3

View File

@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Catalyst::Helper::View::HTML::Template.3 \
Catalyst::View::HTML::Template.3

View File

@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \
p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Dancer::Plugin::Feed.3

View File

@ -18,7 +18,8 @@ RUN_DEPENDS= p5-HTML-Tree>=3.13:${PORTSDIR}/www/p5-HTML-Tree \
p5-HTML-TableExtract>=2.10:${PORTSDIR}/www/p5-HTML-TableExtract
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= HTML::ContentExtractor.3

View File

@ -23,7 +23,8 @@ RUN_DEPENDS= \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= HTTP::Engine::Middleware.3 \
HTTP::Engine::Middleware::AccessLog.3 \

View File

@ -14,7 +14,8 @@ RUN_DEPENDS= \
p5-URI>0:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= LWP::Authen::OAuth.3

View File

@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Mojolicious>=1.80:${PORTSDIR}/www/p5-Mojolicious \
p5-YAML-Tiny>=1.51:${PORTSDIR}/textproc/p5-YAML-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Mojolicious::Plugin::YamlConfig.3

View File

@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Net-Flickr-API>=1.7:${PORTSDIR}/www/p5-Net-Flickr-API \
p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Net::Flickr::RDF.3

View File

@ -20,7 +20,8 @@ RUN_DEPENDS= \
p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Plack::Handler::SCGI.3

View File

@ -25,7 +25,8 @@ RUN_DEPENDS= \
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Plack::Middleware::Debug.3 \
Plack::Middleware::Debug::Base.3 \

View File

@ -18,7 +18,8 @@ RUN_DEPENDS= \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Plack::Middleware::InteractiveDebugger.3

View File

@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Net-Netmask>=1.9015:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Plack::Middleware::XForwardedFor.3

View File

@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= RT::Client::REST.3 \
RT::Client::REST::Attachment.3 \

View File

@ -14,7 +14,8 @@ COMMENT= Simple URI Encoding/Decoding
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= URI::Encode.3

View File

@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= WWW::Google::Calculator.3

View File

@ -14,7 +14,8 @@ RUN_DEPENDS= p5-WWW-Scripter-Plugin-JavaScript>0:${PORTSDIR}/www/p5-WWW-Scripter
p5-XML-DOM-Lite>0:${PORTSDIR}/textproc/p5-XML-DOM-Lite
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= WWW::Scripter::Plugin::Ajax.3

View File

@ -20,7 +20,7 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm\
p5-URI>=0:${PORTSDIR}/net/p5-URI
USE_APACHE_RUN= 22+
USE_PERL5= yes
USES= perl5
NO_BUILD= yes
do-install: