diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-29 07:58:06 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-29 07:58:06 +0000 |
commit | dfdd50bc7b8de86d6004e99406a0e4a76e3e3d41 (patch) | |
tree | c148632b43f032b479750267097c094409b9d8b4 | |
parent | 5bb15c50c312e9816e631c130de5a9945dab361d (diff) | |
download | FreeBSD-ports-dfdd50bc7b8de86d6004e99406a0e4a76e3e3d41.zip FreeBSD-ports-dfdd50bc7b8de86d6004e99406a0e4a76e3e3d41.tar.gz |
- Stage support
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist | 1 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/Makefile | 5 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/pkg-plist | 3 | ||||
-rw-r--r-- | www/p5-Task-Plack/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Task-Plack/pkg-plist | 1 |
6 files changed, 5 insertions, 11 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile index fa3f33e..df44728 100644 --- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile @@ -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 diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist b/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist index 2324c45..7772fff 100644 --- a/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist @@ -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 diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index c2512a2..b20acb7 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -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} diff --git a/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist b/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist index 5cc7e9f..08efad0 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist +++ b/www/p5-POE-Component-Server-SimpleHTTP/pkg-plist @@ -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 diff --git a/www/p5-Task-Plack/Makefile b/www/p5-Task-Plack/Makefile index ad28451..782c24f 100644 --- a/www/p5-Task-Plack/Makefile +++ b/www/p5-Task-Plack/Makefile @@ -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} diff --git a/www/p5-Task-Plack/pkg-plist b/www/p5-Task-Plack/pkg-plist index 086f7ff..fc629df 100644 --- a/www/p5-Task-Plack/pkg-plist +++ b/www/p5-Task-Plack/pkg-plist @@ -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 |