diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 13:23:32 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 13:23:32 +0000 |
commit | 3427cf1dfe8688d9d3edbb79e8fbd213f0f4db76 (patch) | |
tree | 91d9ade8d6e9d380710bebf4c85ba3478376173c | |
parent | - Stage support (diff) |
- stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=338767
40 files changed, 34 insertions, 69 deletions
diff --git a/www/p5-Catalyst-Plugin-SmartURI/Makefile b/www/p5-Catalyst-Plugin-SmartURI/Makefile index 388886db4d51..c9cc69161517 100644 --- a/www/p5-Catalyst-Plugin-SmartURI/Makefile +++ b/www/p5-Catalyst-Plugin-SmartURI/Makefile @@ -25,7 +25,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Catalyst::Plugin::SmartURI.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Plugin-SmartURI/pkg-plist b/www/p5-Catalyst-Plugin-SmartURI/pkg-plist index 3f3fd19c3aed..deaf3e7e99ec 100644 --- a/www/p5-Catalyst-Plugin-SmartURI/pkg-plist +++ b/www/p5-Catalyst-Plugin-SmartURI/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Catalyst/Plugin/SmartURI.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/SmartURI/.packlist +%%PERL5_MAN3%%/Catalyst::Plugin::SmartURI.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/SmartURI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst diff --git a/www/p5-Flea/Makefile b/www/p5-Flea/Makefile index cbf272aa2faf..a6baea3fc393 100644 --- a/www/p5-Flea/Makefile +++ b/www/p5-Flea/Makefile @@ -25,7 +25,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Flea.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Flea/pkg-plist b/www/p5-Flea/pkg-plist index b7e44742ea4a..bf6620d4d8d5 100644 --- a/www/p5-Flea/pkg-plist +++ b/www/p5-Flea/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/Flea.pm %%SITE_PERL%%/Flea/Parser/Method.pm %%SITE_PERL%%/Flea/Parser/Route.pm +%%PERL5_MAN3%%/Flea.3.gz @dirrm %%SITE_PERL%%/Flea/Parser @dirrm %%SITE_PERL%%/Flea @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Flea diff --git a/www/p5-HTTP-Daemon-SSL/Makefile b/www/p5-HTTP-Daemon-SSL/Makefile index 35b811d263f0..a95ff881f75a 100644 --- a/www/p5-HTTP-Daemon-SSL/Makefile +++ b/www/p5-HTTP-Daemon-SSL/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= delgod@portaone.com -COMMENT= A simple http server class with SSL support +COMMENT= Simple http server class with SSL support RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww @@ -16,7 +16,4 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ USES= perl5 USE_PERL5= configure -MAN3= HTTP::Daemon::SSL.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTTP-Daemon-SSL/pkg-plist b/www/p5-HTTP-Daemon-SSL/pkg-plist index f8d2a17124f9..260ac3e18d63 100644 --- a/www/p5-HTTP-Daemon-SSL/pkg-plist +++ b/www/p5-HTTP-Daemon-SSL/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/HTTP/Daemon/SSL.pm +%%PERL5_MAN3%%/HTTP::Daemon::SSL.3.gz @dirrmtry %%SITE_PERL%%/HTTP/Daemon @dirrmtry %%SITE_PERL%%/HTTP %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Daemon/SSL/.packlist diff --git a/www/p5-HTTP-Server-Simple-Mason/Makefile b/www/p5-HTTP-Server-Simple-Mason/Makefile index 1a583d590343..15b8b35e42db 100644 --- a/www/p5-HTTP-Server-Simple-Mason/Makefile +++ b/www/p5-HTTP-Server-Simple-Mason/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTTP::Server::Simple::Mason.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTTP-Server-Simple-Mason/pkg-plist b/www/p5-HTTP-Server-Simple-Mason/pkg-plist index 4d8451568f5f..2f81869b695b 100644 --- a/www/p5-HTTP-Server-Simple-Mason/pkg-plist +++ b/www/p5-HTTP-Server-Simple-Mason/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTTP/Server/Simple/Mason.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/Mason/.packlist +%%PERL5_MAN3%%/HTTP::Server::Simple::Mason.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/Mason @dirrmtry %%SITE_PERL%%/HTTP/Server/Simple @dirrmtry %%SITE_PERL%%/HTTP/Server diff --git a/www/p5-HTTP-Server-Simple-Recorder/Makefile b/www/p5-HTTP-Server-Simple-Recorder/Makefile index 6a38be223275..c33fdf095610 100644 --- a/www/p5-HTTP-Server-Simple-Recorder/Makefile +++ b/www/p5-HTTP-Server-Simple-Recorder/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= HTTP::Server::Simple::Recorder.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTTP-Server-Simple-Recorder/pkg-plist b/www/p5-HTTP-Server-Simple-Recorder/pkg-plist index 521195cd8cbe..0d60725a391d 100644 --- a/www/p5-HTTP-Server-Simple-Recorder/pkg-plist +++ b/www/p5-HTTP-Server-Simple-Recorder/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTTP/Server/Simple/Recorder.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/Recorder/.packlist +%%PERL5_MAN3%%/HTTP::Server::Simple::Recorder.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/Recorder @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile index 78d8a12c6d65..7927fef8eaae 100644 --- a/www/p5-HTTP-Server-Simple/Makefile +++ b/www/p5-HTTP-Server-Simple/Makefile @@ -13,9 +13,4 @@ COMMENT= Simple standalone HTTP daemon USES= perl5 USE_PERL5= configure -MAN3= HTTP::Server::Simple.3 \ - HTTP::Server::Simple::CGI.3 \ - HTTP::Server::Simple::CGI::Environment.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-HTTP-Server-Simple/pkg-plist b/www/p5-HTTP-Server-Simple/pkg-plist index 25e2ed9ac09d..e61bb6d867bc 100644 --- a/www/p5-HTTP-Server-Simple/pkg-plist +++ b/www/p5-HTTP-Server-Simple/pkg-plist @@ -2,6 +2,9 @@ %%SITE_PERL%%/HTTP/Server/Simple/CGI.pm %%SITE_PERL%%/HTTP/Server/Simple/CGI/Environment.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/.packlist +%%PERL5_MAN3%%/HTTP::Server::Simple.3.gz +%%PERL5_MAN3%%/HTTP::Server::Simple::CGI.3.gz +%%PERL5_MAN3%%/HTTP::Server::Simple::CGI::Environment.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP diff --git a/www/p5-LWP-UserAgent-WithCache/Makefile b/www/p5-LWP-UserAgent-WithCache/Makefile index 8fa8ce2dbbc1..8c5dcb79203e 100644 --- a/www/p5-LWP-UserAgent-WithCache/Makefile +++ b/www/p5-LWP-UserAgent-WithCache/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= LWP::UserAgent::WithCache.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-LWP-UserAgent-WithCache/pkg-descr b/www/p5-LWP-UserAgent-WithCache/pkg-descr index 24f4e9e43ce8..25eff7b803e5 100644 --- a/www/p5-LWP-UserAgent-WithCache/pkg-descr +++ b/www/p5-LWP-UserAgent-WithCache/pkg-descr @@ -2,4 +2,4 @@ LWP::UserAgent::WithCache is a LWP::UserAgent extention. It handle 'If-Modified-Since' request header with local cache file. local cache files are implemented by Cache::FileCache. -WWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/ +WWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/ diff --git a/www/p5-LWP-UserAgent-WithCache/pkg-plist b/www/p5-LWP-UserAgent-WithCache/pkg-plist index 46c2f6141bf6..969e1d1febf9 100644 --- a/www/p5-LWP-UserAgent-WithCache/pkg-plist +++ b/www/p5-LWP-UserAgent-WithCache/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/LWP/UserAgent/WithCache.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache/.packlist +%%PERL5_MAN3%%/LWP::UserAgent::WithCache.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent/WithCache @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/UserAgent @dirrmtry %%SITE_PERL%%/LWP/UserAgent diff --git a/www/p5-Net-YAP/Makefile b/www/p5-Net-YAP/Makefile index c504484be452..ba9323b5c0f6 100644 --- a/www/p5-Net-YAP/Makefile +++ b/www/p5-Net-YAP/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::YAP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Net-YAP/pkg-descr b/www/p5-Net-YAP/pkg-descr index c8287ca915ca..013e4cc27644 100644 --- a/www/p5-Net-YAP/pkg-descr +++ b/www/p5-Net-YAP/pkg-descr @@ -1,4 +1,4 @@ Perl module to be used as a conduit to communicate with the Yahoo! Application Platform. -WWW: http://search.cpan.org/dist/Net-YAP/ +WWW: http://search.cpan.org/dist/Net-YAP/ diff --git a/www/p5-Net-YAP/pkg-plist b/www/p5-Net-YAP/pkg-plist index c5c137e5da4f..b1e71dd3eab0 100644 --- a/www/p5-Net-YAP/pkg-plist +++ b/www/p5-Net-YAP/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Net/YAP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/YAP/.packlist +%%PERL5_MAN3%%/Net::YAP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/YAP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net diff --git a/www/p5-Path-Class-URI/Makefile b/www/p5-Path-Class-URI/Makefile index afa0864fe99b..8a7f134a6a79 100644 --- a/www/p5-Path-Class-URI/Makefile +++ b/www/p5-Path-Class-URI/Makefile @@ -19,8 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Path::Class::URI.3 \ - Path::Class::Unicode.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Path-Class-URI/pkg-plist b/www/p5-Path-Class-URI/pkg-plist index dcc7cd71a1f6..fc2d04f19afb 100644 --- a/www/p5-Path-Class-URI/pkg-plist +++ b/www/p5-Path-Class-URI/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/URI/.packlist %%SITE_PERL%%/Path/Class/URI.pm %%SITE_PERL%%/Path/Class/Unicode.pm +%%PERL5_MAN3%%/Path::Class::URI.3.gz +%%PERL5_MAN3%%/Path::Class::Unicode.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/URI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path diff --git a/www/p5-Plack-Middleware-Status/Makefile b/www/p5-Plack-Middleware-Status/Makefile index 53bdcc8377f7..37bbdedaace0 100644 --- a/www/p5-Plack-Middleware-Status/Makefile +++ b/www/p5-Plack-Middleware-Status/Makefile @@ -17,7 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Plack::Middleware::Status.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Plack-Middleware-Status/pkg-plist b/www/p5-Plack-Middleware-Status/pkg-plist index 12df723bd159..74d2fb3ac292 100644 --- a/www/p5-Plack-Middleware-Status/pkg-plist +++ b/www/p5-Plack-Middleware-Status/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Status/.packlist %%SITE_PERL%%/Plack/Middleware/Status.pm +%%PERL5_MAN3%%/Plack::Middleware::Status.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Status @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware diff --git a/www/p5-Template-Multilingual/Makefile b/www/p5-Template-Multilingual/Makefile index 85326728dfe7..bcdeb0965e4f 100644 --- a/www/p5-Template-Multilingual/Makefile +++ b/www/p5-Template-Multilingual/Makefile @@ -15,8 +15,4 @@ RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit USES= perl5 USE_PERL5= configure -MAN3= Template::Multilingual.3 \ - Template::Multilingual::Parser.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Template-Multilingual/pkg-plist b/www/p5-Template-Multilingual/pkg-plist index fbbadd79979c..16f41beb3a46 100644 --- a/www/p5-Template-Multilingual/pkg-plist +++ b/www/p5-Template-Multilingual/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Multilingual/.packlist %%SITE_PERL%%/Template/Multilingual/Parser.pm %%SITE_PERL%%/Template/Multilingual.pm +%%PERL5_MAN3%%/Template::Multilingual.3.gz +%%PERL5_MAN3%%/Template::Multilingual::Parser.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Multilingual @dirrm %%SITE_PERL%%/Template/Multilingual @dirrmtry %%SITE_PERL%%/Template diff --git a/www/p5-WWW-HatenaDiary/Makefile b/www/p5-WWW-HatenaDiary/Makefile index 0624c113e0e9..d9ea0af38e03 100644 --- a/www/p5-WWW-HatenaDiary/Makefile +++ b/www/p5-WWW-HatenaDiary/Makefile @@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::HatenaDiary.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-WWW-HatenaDiary/pkg-plist b/www/p5-WWW-HatenaDiary/pkg-plist index 8f4de586daa3..20e2c40b2d8b 100644 --- a/www/p5-WWW-HatenaDiary/pkg-plist +++ b/www/p5-WWW-HatenaDiary/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/HatenaDiary/.packlist %%SITE_PERL%%/WWW/HatenaDiary.pm +%%PERL5_MAN3%%/WWW::HatenaDiary.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/HatenaDiary @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW @dirrmtry %%SITE_PERL%%/WWW diff --git a/www/p5-WWW-NicoVideo-Download/Makefile b/www/p5-WWW-NicoVideo-Download/Makefile index d974189a90df..8e34eb014a3f 100644 --- a/www/p5-WWW-NicoVideo-Download/Makefile +++ b/www/p5-WWW-NicoVideo-Download/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::NicoVideo::Download.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-WWW-NicoVideo-Download/pkg-descr b/www/p5-WWW-NicoVideo-Download/pkg-descr index 918168144512..c8e2d094265f 100644 --- a/www/p5-WWW-NicoVideo-Download/pkg-descr +++ b/www/p5-WWW-NicoVideo-Download/pkg-descr @@ -1,3 +1,3 @@ Perl module of download FLV/MP4/SWF files from nicovideo.jp (Nico Nico Douga). -WWW: http://search.cpan.org/dist/WWW-NicoVideo-Download/ +WWW: http://search.cpan.org/dist/WWW-NicoVideo-Download/ diff --git a/www/p5-WWW-NicoVideo-Download/pkg-plist b/www/p5-WWW-NicoVideo-Download/pkg-plist index 060899e842bc..4faff40ee47e 100644 --- a/www/p5-WWW-NicoVideo-Download/pkg-plist +++ b/www/p5-WWW-NicoVideo-Download/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo/Download/.packlist %%SITE_PERL%%/WWW/NicoVideo/Download.pm +%%PERL5_MAN3%%/WWW::NicoVideo::Download.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo/Download @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/NicoVideo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW diff --git a/www/p5-WWW-Shorten-Googl/Makefile b/www/p5-WWW-Shorten-Googl/Makefile index 9bffa35acc20..113d1bf9742a 100644 --- a/www/p5-WWW-Shorten-Googl/Makefile +++ b/www/p5-WWW-Shorten-Googl/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::Shorten::Googl.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-WWW-Shorten-Googl/pkg-plist b/www/p5-WWW-Shorten-Googl/pkg-plist index e5c01c533524..0a162edc764d 100644 --- a/www/p5-WWW-Shorten-Googl/pkg-plist +++ b/www/p5-WWW-Shorten-Googl/pkg-plist @@ -1,6 +1,7 @@ bin/goo.gl %%SITE_PERL%%/WWW/Shorten/Googl.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Googl/.packlist +%%PERL5_MAN3%%/WWW::Shorten::Googl.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Googl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW diff --git a/www/p5-WWW-WebArchive/Makefile b/www/p5-WWW-WebArchive/Makefile index b27c649bdd0d..f199316ad70c 100644 --- a/www/p5-WWW-WebArchive/Makefile +++ b/www/p5-WWW-WebArchive/Makefile @@ -17,8 +17,4 @@ RUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \ USES= perl5 USE_PERL5= configure -MAN3= WWW::WebArchive.3 WWW::WebArchive::Agent.3 \ - WWW::WebArchive::WaybackMachine.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-WWW-WebArchive/pkg-descr b/www/p5-WWW-WebArchive/pkg-descr index 9a0b6c60fc81..392b53b957b9 100644 --- a/www/p5-WWW-WebArchive/pkg-descr +++ b/www/p5-WWW-WebArchive/pkg-descr @@ -11,4 +11,4 @@ This is useful if and you want to restore an old version of the site to your local disk -WWW: http://search.cpan.org/dist/WWW-WebArchive/ +WWW: http://search.cpan.org/dist/WWW-WebArchive/ diff --git a/www/p5-WWW-WebArchive/pkg-plist b/www/p5-WWW-WebArchive/pkg-plist index 4c3bfd5e1e0f..da88e1133a9a 100644 --- a/www/p5-WWW-WebArchive/pkg-plist +++ b/www/p5-WWW-WebArchive/pkg-plist @@ -3,6 +3,9 @@ %%SITE_PERL%%/WWW/WebArchive/Agent.pm %%SITE_PERL%%/WWW/WebArchive/WaybackMachine.pm bin/webarchive +%%PERL5_MAN3%%/WWW::WebArchive.3.gz +%%PERL5_MAN3%%/WWW::WebArchive::Agent.3.gz +%%PERL5_MAN3%%/WWW::WebArchive::WaybackMachine.3.gz @dirrmtry %%SITE_PERL%%/WWW/WebArchive @dirrmtry %%SITE_PERL%%/WWW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW-WebArchive diff --git a/www/p5-Yahoo-Search/Makefile b/www/p5-Yahoo-Search/Makefile index bedbb42ad7c5..e6a1bad04ec1 100644 --- a/www/p5-Yahoo-Search/Makefile +++ b/www/p5-Yahoo-Search/Makefile @@ -18,11 +18,4 @@ TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure -MAN3= Yahoo::Search.3 \ - Yahoo::Search::Request.3 \ - Yahoo::Search::Response.3 \ - Yahoo::Search::Result.3 \ - Yahoo::Search::XML.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-Yahoo-Search/pkg-plist b/www/p5-Yahoo-Search/pkg-plist index 57c1d555d266..303ae2e72d43 100644 --- a/www/p5-Yahoo-Search/pkg-plist +++ b/www/p5-Yahoo-Search/pkg-plist @@ -4,6 +4,11 @@ %%SITE_PERL%%/Yahoo/Search/Result.pm %%SITE_PERL%%/Yahoo/Search/XML.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/Search/.packlist +%%PERL5_MAN3%%/Yahoo::Search.3.gz +%%PERL5_MAN3%%/Yahoo::Search::Request.3.gz +%%PERL5_MAN3%%/Yahoo::Search::Response.3.gz +%%PERL5_MAN3%%/Yahoo::Search::Result.3.gz +%%PERL5_MAN3%%/Yahoo::Search::XML.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/Search @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo @dirrmtry %%SITE_PERL%%/Yahoo/Search diff --git a/www/p5-ZConf-RSS-GUI-GTK/Makefile b/www/p5-ZConf-RSS-GUI-GTK/Makefile index 9908a1da4757..3ffade7ebce4 100644 --- a/www/p5-ZConf-RSS-GUI-GTK/Makefile +++ b/www/p5-ZConf-RSS-GUI-GTK/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS= p5-ZConf-RSS>=0:${PORTSDIR}/www/p5-ZConf-RSS \ USES= perl5 USE_PERL5= configure -MAN3= ZConf::RSS::GUI::GTK.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-ZConf-RSS-GUI-GTK/pkg-plist b/www/p5-ZConf-RSS-GUI-GTK/pkg-plist index ec4b64e3ebf0..61ec1b24c4b0 100644 --- a/www/p5-ZConf-RSS-GUI-GTK/pkg-plist +++ b/www/p5-ZConf-RSS-GUI-GTK/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/ZConf/RSS/GUI/GTK.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI/GTK/.packlist +%%PERL5_MAN3%%/ZConf::RSS::GUI::GTK.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI/GTK @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS/GUI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/RSS diff --git a/www/p5-webservice-validator-html-w3c/Makefile b/www/p5-webservice-validator-html-w3c/Makefile index 807d3b480397..193986bacfb2 100644 --- a/www/p5-webservice-validator-html-w3c/Makefile +++ b/www/p5-webservice-validator-html-w3c/Makefile @@ -19,8 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WebService::Validator::HTML::W3C::Error.3 \ - WebService::Validator::HTML::W3C.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/p5-webservice-validator-html-w3c/pkg-plist b/www/p5-webservice-validator-html-w3c/pkg-plist index 2173df53f238..c3556d66191a 100644 --- a/www/p5-webservice-validator-html-w3c/pkg-plist +++ b/www/p5-webservice-validator-html-w3c/pkg-plist @@ -2,6 +2,8 @@ %%SITE_PERL%%/WebService/Validator/HTML/W3C/Error.pm %%SITE_PERL%%/WebService/Validator/HTML/W3C.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/HTML/W3C/.packlist +%%PERL5_MAN3%%/WebService::Validator::HTML::W3C::Error.3.gz +%%PERL5_MAN3%%/WebService::Validator::HTML::W3C.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/HTML/W3C @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator/HTML @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Validator |