1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-29 07:58:06 +00:00
parent 5697f5e830
commit b43a2e3176
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341688
6 changed files with 5 additions and 11 deletions

View File

@ -21,9 +21,6 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure extract
MAN3= Catalyst::Plugin::Session::State::Cookie.3
NO_STAGE= yes
post-extract:
@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Catalyst/Plugin/Session/State/Cookie.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/State/Cookie/.packlist
%%PERL5_MAN3%%/Catalyst::Plugin::Session::State::Cookie.3.gz
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/State
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin

View File

@ -21,15 +21,10 @@ TEST_DEPENDS= p5-POE-Filter-HTTP-Parser>=1.06:${PORTSDIR}/www/p5-POE-Filter-HTTP
USES= perl5
USE_PERL5= configure
MAN3= POE::Component::Server::SimpleHTTP.3 \
POE::Component::Server::SimpleHTTP::Connection.3 \
POE::Component::Server::SimpleHTTP::Response.3
OPTIONS_DEFINE= SSL
SSL_DESC= SSL support (POE::Component::SSLify)
OPTIONS_DEFAULT= SSL
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}

View File

@ -1,3 +1,6 @@
%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP.3.gz
%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Connection.3.gz
%%PERL5_MAN3%%/POE::Component::Server::SimpleHTTP::Response.3.gz
%%SITE_PERL%%/POE/Component/Server/SimpleHTTP.pm
%%SITE_PERL%%/POE/Component/Server/SimpleHTTP/Connection.pm
%%SITE_PERL%%/POE/Component/Server/SimpleHTTP/Response.pm

View File

@ -13,8 +13,6 @@ COMMENT= Perl module bundle for Plack
USES= perl5
USE_PERL5= configure
MAN3= Task::Plack.3
OPTIONS_DEFINE= FASTCGI STACKTRACE HANDLEIO CORE SERVER EXTRASRV MIDDLE \
EXTRAMID TOOLS CATALYST SQUATTING CGIAPP
OPTIONS_DEFAULT= CORE
@ -33,7 +31,6 @@ SQUATTING_DESC= Squatting::On
CGIAPP_DESC= CGI::Application::PSGI
#OPTIONS:=${OPTIONS:C/off/on/g}
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFASTCGI}

View File

@ -1,3 +1,4 @@
%%PERL5_MAN3%%/Task::Plack.3.gz
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Task/Plack/.packlist
%%SITE_PERL%%/Task/Plack.pm
%%SITE_PERL%%/Task/versions.pl