diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 13:37:37 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 13:37:37 +0000 |
commit | 714457bd7415e8407f6f371e28511793f7da5fcf (patch) | |
tree | 5029d17c61b8a9d9c646fb66bfff03f56c32ee69 /www | |
parent | 3e57d15fbe56ff277e53ba32ded7b1aeb06f4e72 (diff) | |
download | ports-714457bd7415e8407f6f371e28511793f7da5fcf.tar.gz ports-714457bd7415e8407f6f371e28511793f7da5fcf.zip |
Notes
Diffstat (limited to 'www')
33 files changed, 45 insertions, 76 deletions
diff --git a/www/p5-CGI-Thin/Makefile b/www/p5-CGI-Thin/Makefile index 406307944015..f45c14178733 100644 --- a/www/p5-CGI-Thin/Makefile +++ b/www/p5-CGI-Thin/Makefile @@ -13,8 +13,4 @@ COMMENT= Lightweight Parser for CGI Forms USES= perl5 USE_PERL5= configure -MAN3= CGI::Thin.3 \ - CGI::Thin::Cookies.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-CGI-Thin/pkg-plist b/www/p5-CGI-Thin/pkg-plist index da25abf095e8..24283d5e9cd7 100644 --- a/www/p5-CGI-Thin/pkg-plist +++ b/www/p5-CGI-Thin/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/CGI/Thin.pm %%SITE_PERL%%/CGI/Thin/Cookies.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Thin/.packlist +%%PERL5_MAN3%%/CGI::Thin.3.gz +%%PERL5_MAN3%%/CGI::Thin::Cookies.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Thin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI @dirrm %%SITE_PERL%%/CGI/Thin diff --git a/www/p5-Catalyst-View-Jemplate/Makefile b/www/p5-Catalyst-View-Jemplate/Makefile index b97ed292f61f..d0160c4a9c7c 100644 --- a/www/p5-Catalyst-View-Jemplate/Makefile +++ b/www/p5-Catalyst-View-Jemplate/Makefile @@ -19,8 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Catalyst::Helper::View::Jemplate.3 \ - Catalyst::View::Jemplate.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Catalyst-View-Jemplate/pkg-plist b/www/p5-Catalyst-View-Jemplate/pkg-plist index 4954884481c6..d4bac9cc9f75 100644 --- a/www/p5-Catalyst-View-Jemplate/pkg-plist +++ b/www/p5-Catalyst-View-Jemplate/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Catalyst/Helper/View/Jemplate.pm %%SITE_PERL%%/Catalyst/View/Jemplate.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/Jemplate/.packlist +%%PERL5_MAN3%%/Catalyst::Helper::View::Jemplate.3.gz +%%PERL5_MAN3%%/Catalyst::View::Jemplate.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/Jemplate @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst diff --git a/www/p5-Dancer-Logger-Log4perl/Makefile b/www/p5-Dancer-Logger-Log4perl/Makefile index c5fc975d0e20..7959bcb88c38 100644 --- a/www/p5-Dancer-Logger-Log4perl/Makefile +++ b/www/p5-Dancer-Logger-Log4perl/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Dancer::Logger::Log4perl.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Dancer-Logger-Log4perl/pkg-plist b/www/p5-Dancer-Logger-Log4perl/pkg-plist index c9b30df99a0f..59afd1067c9f 100644 --- a/www/p5-Dancer-Logger-Log4perl/pkg-plist +++ b/www/p5-Dancer-Logger-Log4perl/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Dancer/Logger/Log4perl.pm %%SITE_PERL%%/mach/auto/Dancer/Logger/Log4perl/.packlist +%%PERL5_MAN3%%/Dancer::Logger::Log4perl.3.gz @dirrm %%SITE_PERL%%/mach/auto/Dancer/Logger/Log4perl @dirrmtry %%SITE_PERL%%/mach/auto/Dancer/Logger @dirrmtry %%SITE_PERL%%/mach/auto/Dancer diff --git a/www/p5-HTML-Location/Makefile b/www/p5-HTML-Location/Makefile index ac4872a8e95c..7cd9941fa841 100644 --- a/www/p5-HTML-Location/Makefile +++ b/www/p5-HTML-Location/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS= p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone \ USES= perl5 USE_PERL5= configure -MAN3= HTML::Location.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTML-Location/pkg-descr b/www/p5-HTML-Location/pkg-descr index b33a29064899..4ffda2713716 100644 --- a/www/p5-HTML-Location/pkg-descr +++ b/www/p5-HTML-Location/pkg-descr @@ -1,3 +1,3 @@ Working with disk to URI file mappings (deprecated: see URI::ToDisk) -WWW: http://search.cpan.org/dist/HTML-Location +WWW: http://search.cpan.org/dist/HTML-Location/ diff --git a/www/p5-HTML-Location/pkg-plist b/www/p5-HTML-Location/pkg-plist index 935af43e0c81..911a1b50a905 100644 --- a/www/p5-HTML-Location/pkg-plist +++ b/www/p5-HTML-Location/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTML/Location.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Location/.packlist +%%PERL5_MAN3%%/HTML::Location.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Location @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML @dirrmtry %%SITE_PERL%%/HTML diff --git a/www/p5-HTML-Selector-XPath/Makefile b/www/p5-HTML-Selector-XPath/Makefile index 0704456cf91b..99beb0040647 100644 --- a/www/p5-HTML-Selector-XPath/Makefile +++ b/www/p5-HTML-Selector-XPath/Makefile @@ -15,7 +15,4 @@ TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base USES= perl5 USE_PERL5= configure -MAN3= HTML::Selector::XPath.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTML-Selector-XPath/pkg-plist b/www/p5-HTML-Selector-XPath/pkg-plist index 2c7f6303d0bc..c2613928420e 100644 --- a/www/p5-HTML-Selector-XPath/pkg-plist +++ b/www/p5-HTML-Selector-XPath/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTML/Selector/XPath.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Selector/XPath/.packlist +%%PERL5_MAN3%%/HTML::Selector::XPath.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Selector/XPath @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Selector @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML diff --git a/www/p5-HTML-Template-Pro/Makefile b/www/p5-HTML-Template-Pro/Makefile index 72d015b27f60..8b88b6a13c99 100644 --- a/www/p5-HTML-Template-Pro/Makefile +++ b/www/p5-HTML-Template-Pro/Makefile @@ -16,9 +16,4 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTML::Template::PerlInterface.3 \ - HTML::Template::Pro.3 \ - HTML::Template::SYNTAX.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTML-Template-Pro/pkg-plist b/www/p5-HTML-Template-Pro/pkg-plist index 52f288e91796..e9815c039b75 100644 --- a/www/p5-HTML-Template-Pro/pkg-plist +++ b/www/p5-HTML-Template-Pro/pkg-plist @@ -5,6 +5,9 @@ %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/Pro.pm %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/Pro/WrapAssociate.pm %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/SYNTAX.pod +%%PERL5_MAN3%%/HTML::Template::PerlInterface.3.gz +%%PERL5_MAN3%%/HTML::Template::Pro.3.gz +%%PERL5_MAN3%%/HTML::Template::SYNTAX.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/Pro @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML diff --git a/www/p5-HTTP-Parser-XS/Makefile b/www/p5-HTTP-Parser-XS/Makefile index 6280a6cb2df6..e287baec58a0 100644 --- a/www/p5-HTTP-Parser-XS/Makefile +++ b/www/p5-HTTP-Parser-XS/Makefile @@ -12,7 +12,4 @@ COMMENT= Perl extension of fast, primitive HTTP request parser USES= perl5 USE_PERL5= configure -MAN3= HTTP::Parser::XS.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTTP-Parser-XS/pkg-plist b/www/p5-HTTP-Parser-XS/pkg-plist index 982f7745f839..ddb5ae26caba 100644 --- a/www/p5-HTTP-Parser-XS/pkg-plist +++ b/www/p5-HTTP-Parser-XS/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser/XS/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser/XS/XS.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser/XS/XS.so +%%PERL5_MAN3%%/HTTP::Parser::XS.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/HTTP/Parser/XS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTTP/Parser @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTTP diff --git a/www/p5-HTTP-Session/Makefile b/www/p5-HTTP-Session/Makefile index cac39aba7229..79826cbf12e4 100644 --- a/www/p5-HTTP-Session/Makefile +++ b/www/p5-HTTP-Session/Makefile @@ -27,18 +27,4 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= configure -MAN3= HTTP::Session.3 \ - HTTP::Session::State::Cookie.3 \ - HTTP::Session::State::Null.3 \ - HTTP::Session::State::Test.3 \ - HTTP::Session::State::URI.3 \ - HTTP::Session::Store::CHI.3 \ - HTTP::Session::Store::DBM.3 \ - HTTP::Session::Store::File.3 \ - HTTP::Session::Store::Memcached.3 \ - HTTP::Session::Store::Null.3 \ - HTTP::Session::Store::OnMemory.3 \ - HTTP::Session::Store::Test.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTTP-Session/pkg-plist b/www/p5-HTTP-Session/pkg-plist index 0411ed450a4c..5ae1a1b5cda2 100644 --- a/www/p5-HTTP-Session/pkg-plist +++ b/www/p5-HTTP-Session/pkg-plist @@ -15,6 +15,18 @@ %%SITE_PERL%%/HTTP/Session/Store/Test.pm %%SITE_PERL%%/HTTP/Session.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/.packlist +%%PERL5_MAN3%%/HTTP::Session.3.gz +%%PERL5_MAN3%%/HTTP::Session::State::Cookie.3.gz +%%PERL5_MAN3%%/HTTP::Session::State::Null.3.gz +%%PERL5_MAN3%%/HTTP::Session::State::Test.3.gz +%%PERL5_MAN3%%/HTTP::Session::State::URI.3.gz +%%PERL5_MAN3%%/HTTP::Session::Store::CHI.3.gz +%%PERL5_MAN3%%/HTTP::Session::Store::DBM.3.gz +%%PERL5_MAN3%%/HTTP::Session::Store::File.3.gz +%%PERL5_MAN3%%/HTTP::Session::Store::Memcached.3.gz +%%PERL5_MAN3%%/HTTP::Session::Store::Null.3.gz +%%PERL5_MAN3%%/HTTP::Session::Store::OnMemory.3.gz +%%PERL5_MAN3%%/HTTP::Session::Store::Test.3.gz @dirrm %%SITE_PERL%%/HTTP/Session/Store @dirrm %%SITE_PERL%%/HTTP/Session/State/Mixin @dirrm %%SITE_PERL%%/HTTP/Session/State diff --git a/www/p5-LWP-Authen-Negotiate/Makefile b/www/p5-LWP-Authen-Negotiate/Makefile index c11a9a4d7e80..a6d006aae608 100644 --- a/www/p5-LWP-Authen-Negotiate/Makefile +++ b/www/p5-LWP-Authen-Negotiate/Makefile @@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= LWP::Authen::Negotiate.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-LWP-Authen-Negotiate/pkg-plist b/www/p5-LWP-Authen-Negotiate/pkg-plist index 023b5c090f22..e664697caea5 100644 --- a/www/p5-LWP-Authen-Negotiate/pkg-plist +++ b/www/p5-LWP-Authen-Negotiate/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate/.packlist %%SITE_PERL%%/auto/LWP/Authen/Negotiate/autosplit.ix %%SITE_PERL%%/LWP/Authen/Negotiate.pm +%%PERL5_MAN3%%/LWP::Authen::Negotiate.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen/Negotiate @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Authen @dirrm %%SITE_PERL%%/auto/LWP/Authen/Negotiate diff --git a/www/p5-Mobile-UserAgent/Makefile b/www/p5-Mobile-UserAgent/Makefile index 8aecbaff643a..e05aca2ed763 100644 --- a/www/p5-Mobile-UserAgent/Makefile +++ b/www/p5-Mobile-UserAgent/Makefile @@ -15,8 +15,4 @@ RUN_DEPENDS= p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton USES= perl5 USE_PERL5= configure -MAN3= Mobile::UserAgent.3 \ - Mobile::UserAgentFactory.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Mobile-UserAgent/pkg-plist b/www/p5-Mobile-UserAgent/pkg-plist index 9b82be03d25e..6d0679ae2b33 100644 --- a/www/p5-Mobile-UserAgent/pkg-plist +++ b/www/p5-Mobile-UserAgent/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Mobile/UserAgent.pm %%SITE_PERL%%/Mobile/UserAgentFactory.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mobile/UserAgent/.packlist +%%PERL5_MAN3%%/Mobile::UserAgent.3.gz +%%PERL5_MAN3%%/Mobile::UserAgentFactory.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mobile/UserAgent @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mobile @dirrmtry %%SITE_PERL%%/Mobile diff --git a/www/p5-POEx-Role-PSGIServer/Makefile b/www/p5-POEx-Role-PSGIServer/Makefile index d63d668adb5f..cb3d5bd6a955 100644 --- a/www/p5-POEx-Role-PSGIServer/Makefile +++ b/www/p5-POEx-Role-PSGIServer/Makefile @@ -32,10 +32,4 @@ TEST_DEPENDS= p5-HTTP-Parser-XS>=0:${PORTSDIR}/www/p5-HTTP-Parser-XS \ USES= perl5 USE_PERL5= configure -MAN3= POEx::Role::PSGIServer.3 \ - POEx::Role::PSGIServer::ProxyWriter.3 \ - POEx::Role::PSGIServer::Streamer.3 \ - POEx::Types::PSGIServer.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-POEx-Role-PSGIServer/pkg-plist b/www/p5-POEx-Role-PSGIServer/pkg-plist index 527efae5f239..c85e5ffdab29 100644 --- a/www/p5-POEx-Role-PSGIServer/pkg-plist +++ b/www/p5-POEx-Role-PSGIServer/pkg-plist @@ -3,6 +3,10 @@ %%SITE_PERL%%/POEx/Role/PSGIServer/ProxyWriter.pm %%SITE_PERL%%/POEx/Role/PSGIServer/Streamer.pm %%SITE_PERL%%/POEx/Types/PSGIServer.pm +%%PERL5_MAN3%%/POEx::Role::PSGIServer.3.gz +%%PERL5_MAN3%%/POEx::Role::PSGIServer::ProxyWriter.3.gz +%%PERL5_MAN3%%/POEx::Role::PSGIServer::Streamer.3.gz +%%PERL5_MAN3%%/POEx::Types::PSGIServer.3.gz @dirrmtry %%SITE_PERL%%/POEx/Types @dirrmtry %%SITE_PERL%%/POEx/Role/PSGIServer @dirrmtry %%SITE_PERL%%/POEx/Role diff --git a/www/p5-Plack-App-Proxy/Makefile b/www/p5-Plack-App-Proxy/Makefile index e3b8b7f37723..098cb04a106f 100644 --- a/www/p5-Plack-App-Proxy/Makefile +++ b/www/p5-Plack-App-Proxy/Makefile @@ -22,15 +22,4 @@ TEST_DEPENDS= \ USES= perl5 USE_PERL5= configure -MAN3= Plack::App::Proxy.3 \ - Plack::App::Proxy::Backend.3 \ - Plack::App::Proxy::Backend::AnyEvent::HTTP.3 \ - Plack::App::Proxy::Backend::LWP.3 \ - Plack::App::Proxy::Test.3 \ - Plack::Middleware::Proxy::AddVia.3 \ - Plack::Middleware::Proxy::Connect.3 \ - Plack::Middleware::Proxy::LoadBalancer.3 \ - Plack::Middleware::Proxy::RewriteLocation.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Plack-App-Proxy/pkg-plist b/www/p5-Plack-App-Proxy/pkg-plist index 04b218beddd6..d9cd80caa11a 100644 --- a/www/p5-Plack-App-Proxy/pkg-plist +++ b/www/p5-Plack-App-Proxy/pkg-plist @@ -8,6 +8,15 @@ %%SITE_PERL%%/Plack/Middleware/Proxy/Connect.pm %%SITE_PERL%%/Plack/Middleware/Proxy/LoadBalancer.pm %%SITE_PERL%%/Plack/Middleware/Proxy/RewriteLocation.pm +%%PERL5_MAN3%%/Plack::App::Proxy.3.gz +%%PERL5_MAN3%%/Plack::App::Proxy::Backend.3.gz +%%PERL5_MAN3%%/Plack::App::Proxy::Backend::AnyEvent::HTTP.3.gz +%%PERL5_MAN3%%/Plack::App::Proxy::Backend::LWP.3.gz +%%PERL5_MAN3%%/Plack::App::Proxy::Test.3.gz +%%PERL5_MAN3%%/Plack::Middleware::Proxy::AddVia.3.gz +%%PERL5_MAN3%%/Plack::Middleware::Proxy::Connect.3.gz +%%PERL5_MAN3%%/Plack::Middleware::Proxy::LoadBalancer.3.gz +%%PERL5_MAN3%%/Plack::Middleware::Proxy::RewriteLocation.3.gz @dirrmtry %%SITE_PERL%%/Plack/Middleware/Proxy @dirrm %%SITE_PERL%%/Plack/App/Proxy/Backend/AnyEvent @dirrm %%SITE_PERL%%/Plack/App/Proxy/Backend diff --git a/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile b/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile index 53112ede3bdc..2892a6e7b9f7 100644 --- a/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile +++ b/www/p5-Plack-Handler-AnyEvent-HTTPD/Makefile @@ -20,7 +20,4 @@ TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP USES= perl5 USE_PERL5= configure -MAN3= Plack::Handler::AnyEvent::HTTPD.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Plack-Handler-AnyEvent-HTTPD/pkg-plist b/www/p5-Plack-Handler-AnyEvent-HTTPD/pkg-plist index fb310dcf5a8f..6f9e39961d78 100644 --- a/www/p5-Plack-Handler-AnyEvent-HTTPD/pkg-plist +++ b/www/p5-Plack-Handler-AnyEvent-HTTPD/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/AnyEvent/HTTPD/.packlist %%SITE_PERL%%/Plack/Handler/AnyEvent/HTTPD.pm +%%PERL5_MAN3%%/Plack::Handler::AnyEvent::HTTPD.3.gz @dirrmtry %%SITE_PERL%%/Plack/Handler/AnyEvent @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/AnyEvent/HTTPD @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Handler/AnyEvent diff --git a/www/p5-Plack-Middleware-Expires/Makefile b/www/p5-Plack-Middleware-Expires/Makefile index 7845ce1881ab..13040a8a6080 100644 --- a/www/p5-Plack-Middleware-Expires/Makefile +++ b/www/p5-Plack-Middleware-Expires/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Plack>=0.9937:${PORTSDIR}/www/p5-Plack \ USES= perl5 USE_PERL5= configure -MAN3= Plack::Middleware::Expires.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Plack-Middleware-Expires/pkg-descr b/www/p5-Plack-Middleware-Expires/pkg-descr index 981cedc3b41c..a2999a3a6ea7 100644 --- a/www/p5-Plack-Middleware-Expires/pkg-descr +++ b/www/p5-Plack-Middleware-Expires/pkg-descr @@ -4,4 +4,4 @@ directive of the Cache-Control HTTP header in server responses. Note: Expires works only for successful response and If exists Expires HTTP header already, this middleware does not override. -WWW: http://search.cpan.org/dist/Plack-Middleware-Expires/ +WWW: http://search.cpan.org/dist/Plack-Middleware-Expires/ diff --git a/www/p5-Plack-Middleware-Expires/pkg-plist b/www/p5-Plack-Middleware-Expires/pkg-plist index 2dc60a5a2565..b83a0d3b8451 100644 --- a/www/p5-Plack-Middleware-Expires/pkg-plist +++ b/www/p5-Plack-Middleware-Expires/pkg-plist @@ -1,6 +1,6 @@ -@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Expires/.packlist %%SITE_PERL%%/Plack/Middleware/Expires.pm +%%PERL5_MAN3%%/Plack::Middleware::Expires.3.gz @dirrmtry %%SITE_PERL%%/Plack/Middleware @dirrmtry %%SITE_PERL%%/Plack @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Expires diff --git a/www/p5-WWW-RobotRules-Parser/Makefile b/www/p5-WWW-RobotRules-Parser/Makefile index 367020c3fb6f..3ff3eebf17cc 100644 --- a/www/p5-WWW-RobotRules-Parser/Makefile +++ b/www/p5-WWW-RobotRules-Parser/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ USES= perl5 USE_PERL5= configure -MAN3= WWW::RobotRules::Parser.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-WWW-RobotRules-Parser/pkg-descr b/www/p5-WWW-RobotRules-Parser/pkg-descr index f8d2b5948a76..3cc1478249b2 100644 --- a/www/p5-WWW-RobotRules-Parser/pkg-descr +++ b/www/p5-WWW-RobotRules-Parser/pkg-descr @@ -1,4 +1,4 @@ WWW::RobotRules::Parser allows you to simply parse robots.txt files as described in http://www.robotstxt.org/wc/norobots.html. -WWW: http://http://search.cpan.org/dist/WWW-RobotRules-Parser/ +WWW: http://http://search.cpan.org/dist/WWW-RobotRules-Parser/ diff --git a/www/p5-WWW-RobotRules-Parser/pkg-plist b/www/p5-WWW-RobotRules-Parser/pkg-plist index 12254eb780d9..e5737a2fa19b 100644 --- a/www/p5-WWW-RobotRules-Parser/pkg-plist +++ b/www/p5-WWW-RobotRules-Parser/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/RobotRules/Parser/.packlist %%SITE_PERL%%/WWW/RobotRules/Parser.pm +%%PERL5_MAN3%%/WWW::RobotRules::Parser.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/RobotRules/Parser @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/RobotRules @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW |