aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-01-09 13:14:30 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-01-09 13:14:30 +0000
commit24373dae37b24da7c12f39944f55a574f3421f30 (patch)
treed2ce0308f636c5d93c617d0dcb121f0a2b6e6d72 /devel
parent8574f0b3d99998bac12133571fc171dca6e71f64 (diff)
downloadports-24373dae37b24da7c12f39944f55a574f3421f30.tar.gz
ports-24373dae37b24da7c12f39944f55a574f3421f30.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Algorithm-Diff/Makefile3
-rw-r--r--devel/p5-Algorithm-Diff/pkg-plist2
-rw-r--r--devel/p5-CHI/Makefile17
-rw-r--r--devel/p5-CHI/pkg-plist15
-rw-r--r--devel/p5-Class-C3-Adopt-NEXT/Makefile3
-rw-r--r--devel/p5-Class-C3-Adopt-NEXT/pkg-plist1
-rw-r--r--devel/p5-Config-Fast/Makefile3
-rw-r--r--devel/p5-Config-Fast/pkg-descr1
-rw-r--r--devel/p5-Config-Fast/pkg-plist1
-rw-r--r--devel/p5-Config-IniRegEx/Makefile3
-rw-r--r--devel/p5-Config-IniRegEx/pkg-descr2
-rw-r--r--devel/p5-Config-IniRegEx/pkg-plist1
-rw-r--r--devel/p5-Devel-Autoflush/Makefile3
-rw-r--r--devel/p5-Devel-Autoflush/pkg-descr2
-rw-r--r--devel/p5-Devel-Autoflush/pkg-plist1
-rw-r--r--devel/p5-Devel-StackTrace-AsHTML/Makefile3
-rw-r--r--devel/p5-Devel-StackTrace-AsHTML/pkg-plist1
-rw-r--r--devel/p5-Log-Dispatch-Configurator-YAML/Makefile3
-rw-r--r--devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist1
-rw-r--r--devel/p5-Log-Report/Makefile28
-rw-r--r--devel/p5-Log-Report/pkg-plist26
-rw-r--r--devel/p5-Mknod/Makefile2
-rw-r--r--devel/p5-Mknod/pkg-plist1
-rw-r--r--devel/p5-Module-Install-AuthorTests/Makefile3
-rw-r--r--devel/p5-Module-Install-AuthorTests/pkg-plist1
-rw-r--r--devel/p5-Params-Coerce/Makefile3
-rw-r--r--devel/p5-Params-Coerce/pkg-plist1
-rw-r--r--devel/p5-Parse-CPAN-Packages/Makefile5
-rw-r--r--devel/p5-Parse-CPAN-Packages/pkg-plist3
-rw-r--r--devel/p5-Path-Class-File-Lockable/Makefile3
-rw-r--r--devel/p5-Path-Class-File-Lockable/pkg-plist1
-rw-r--r--devel/p5-Perl6-Form/Makefile3
-rw-r--r--devel/p5-Perl6-Form/pkg-plist1
-rw-r--r--devel/p5-Role-HasMessage/Makefile6
-rw-r--r--devel/p5-Role-HasMessage/pkg-plist2
-rw-r--r--devel/p5-Test-Compile/Makefile3
-rw-r--r--devel/p5-Test-Compile/pkg-plist2
-rw-r--r--devel/p5-Tie-Array-Pack/Makefile2
-rw-r--r--devel/p5-Tie-Array-Pack/pkg-plist1
-rw-r--r--devel/p5-Tie-Restore/Makefile3
-rw-r--r--devel/p5-Tie-Restore/pkg-plist1
-rw-r--r--devel/p5-common-sense/Makefile3
-rw-r--r--devel/p5-common-sense/pkg-descr2
-rw-r--r--devel/p5-common-sense/pkg-plist1
44 files changed, 68 insertions, 105 deletions
diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile
index 3753642938f5..6d93582f7136 100644
--- a/devel/p5-Algorithm-Diff/Makefile
+++ b/devel/p5-Algorithm-Diff/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl interface to compute differences between two objects
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::Diff.3 Algorithm::DiffOld.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Diff/pkg-plist b/devel/p5-Algorithm-Diff/pkg-plist
index 8185f69b443a..34dd92b9f7e8 100644
--- a/devel/p5-Algorithm-Diff/pkg-plist
+++ b/devel/p5-Algorithm-Diff/pkg-plist
@@ -5,6 +5,8 @@
%%SITE_PERL%%/Algorithm/diff.pl
%%SITE_PERL%%/Algorithm/diffnew.pl
%%SITE_PERL%%/Algorithm/htmldiff.pl
+%%PERL5_MAN3%%/Algorithm::Diff.3.gz
+%%PERL5_MAN3%%/Algorithm::DiffOld.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Diff
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
@dirrmtry %%SITE_PERL%%/Algorithm
diff --git a/devel/p5-CHI/Makefile b/devel/p5-CHI/Makefile
index f542dd0efe79..e7169a8df38e 100644
--- a/devel/p5-CHI/Makefile
+++ b/devel/p5-CHI/Makefile
@@ -37,21 +37,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
USES= perl5
USE_PERL5= configure
-MAN3= CHI.3 \
- CHI::Benchmarks.3 \
- CHI::CacheObject.3 \
- CHI::Constants.3 \
- CHI::Driver.3 \
- CHI::Driver::Base::CacheContainer.3 \
- CHI::Driver::CacheCache.3 \
- CHI::Driver::Development.3 \
- CHI::Driver::FastMmap.3 \
- CHI::Driver::File.3 \
- CHI::Driver::Memory.3 \
- CHI::Driver::Metacache.3 \
- CHI::Driver::Null.3 \
- CHI::Driver::RawMemory.3 \
- CHI::Stats.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-CHI/pkg-plist b/devel/p5-CHI/pkg-plist
index bdeac6438ec9..10d47b53feee 100644
--- a/devel/p5-CHI/pkg-plist
+++ b/devel/p5-CHI/pkg-plist
@@ -52,6 +52,21 @@
%%SITE_PERL%%/CHI/t/Subcache.pm
%%SITE_PERL%%/CHI/t/Subclass.pm
%%SITE_PERL%%/CHI/t/Util.pm
+%%PERL5_MAN3%%/CHI.3.gz
+%%PERL5_MAN3%%/CHI::Benchmarks.3.gz
+%%PERL5_MAN3%%/CHI::CacheObject.3.gz
+%%PERL5_MAN3%%/CHI::Constants.3.gz
+%%PERL5_MAN3%%/CHI::Driver.3.gz
+%%PERL5_MAN3%%/CHI::Driver::Base::CacheContainer.3.gz
+%%PERL5_MAN3%%/CHI::Driver::CacheCache.3.gz
+%%PERL5_MAN3%%/CHI::Driver::Development.3.gz
+%%PERL5_MAN3%%/CHI::Driver::FastMmap.3.gz
+%%PERL5_MAN3%%/CHI::Driver::File.3.gz
+%%PERL5_MAN3%%/CHI::Driver::Memory.3.gz
+%%PERL5_MAN3%%/CHI::Driver::Metacache.3.gz
+%%PERL5_MAN3%%/CHI::Driver::Null.3.gz
+%%PERL5_MAN3%%/CHI::Driver::RawMemory.3.gz
+%%PERL5_MAN3%%/CHI::Stats.3.gz
@dirrmtry %%SITE_PERL%%/CHI/t/Driver/Subcache
@dirrmtry %%SITE_PERL%%/CHI/t/Driver/File
@dirrmtry %%SITE_PERL%%/CHI/t/Driver
diff --git a/devel/p5-Class-C3-Adopt-NEXT/Makefile b/devel/p5-Class-C3-Adopt-NEXT/Makefile
index e3b30a47b6d3..9c3dc85e00da 100644
--- a/devel/p5-Class-C3-Adopt-NEXT/Makefile
+++ b/devel/p5-Class-C3-Adopt-NEXT/Makefile
@@ -18,7 +18,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
-MAN3= Class::C3::Adopt::NEXT.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Class-C3-Adopt-NEXT/pkg-plist b/devel/p5-Class-C3-Adopt-NEXT/pkg-plist
index 59f5545829f4..6cbb30529508 100644
--- a/devel/p5-Class-C3-Adopt-NEXT/pkg-plist
+++ b/devel/p5-Class-C3-Adopt-NEXT/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Class/C3/Adopt/NEXT.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/Adopt/NEXT/.packlist
+%%PERL5_MAN3%%/Class::C3::Adopt::NEXT.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/Adopt/NEXT
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/Adopt
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3
diff --git a/devel/p5-Config-Fast/Makefile b/devel/p5-Config-Fast/Makefile
index d84bfbf4148f..e5eac06126bb 100644
--- a/devel/p5-Config-Fast/Makefile
+++ b/devel/p5-Config-Fast/Makefile
@@ -13,7 +13,4 @@ COMMENT= Extremely fast configuration file parser
USES= perl5
USE_PERL5= configure
-MAN3= Config::Fast.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Config-Fast/pkg-descr b/devel/p5-Config-Fast/pkg-descr
index 9c2259a97729..2ce9d70188d0 100644
--- a/devel/p5-Config-Fast/pkg-descr
+++ b/devel/p5-Config-Fast/pkg-descr
@@ -38,5 +38,4 @@ If this doesn't work for you, simply supply a filename manually. Note that
filename generation does not work in mod_perl, so you'll need to supply a
filename manually.
-Author: Nathan Wiger <nate@wiger.org>
WWW: http://search.cpan.org/dist/Config-Fast/
diff --git a/devel/p5-Config-Fast/pkg-plist b/devel/p5-Config-Fast/pkg-plist
index b0a19ba7c8d4..7fc3c8342ab5 100644
--- a/devel/p5-Config-Fast/pkg-plist
+++ b/devel/p5-Config-Fast/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Config/Fast.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Fast/.packlist
+%%PERL5_MAN3%%/Config::Fast.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Fast
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
@dirrmtry %%SITE_PERL%%/Config
diff --git a/devel/p5-Config-IniRegEx/Makefile b/devel/p5-Config-IniRegEx/Makefile
index 18be4339d445..9e65bccf0e01 100644
--- a/devel/p5-Config-IniRegEx/Makefile
+++ b/devel/p5-Config-IniRegEx/Makefile
@@ -15,7 +15,4 @@ RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
USES= perl5
USE_PERL5= configure
-MAN3= Config::IniRegEx.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Config-IniRegEx/pkg-descr b/devel/p5-Config-IniRegEx/pkg-descr
index 96ca9469d580..6a1df3a628cf 100644
--- a/devel/p5-Config-IniRegEx/pkg-descr
+++ b/devel/p5-Config-IniRegEx/pkg-descr
@@ -5,4 +5,4 @@ of the Ini configuration file. It does the Perl regex matching,
nothing external. So whoever knows the Perl basic regex can
use this feature.
-WWW: http://search.cpan.org/dist/Config-IniRegEx/
+WWW: http://search.cpan.org/dist/Config-IniRegEx/
diff --git a/devel/p5-Config-IniRegEx/pkg-plist b/devel/p5-Config-IniRegEx/pkg-plist
index 84876c02d566..fb1aaba144cc 100644
--- a/devel/p5-Config-IniRegEx/pkg-plist
+++ b/devel/p5-Config-IniRegEx/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Config/IniRegEx.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniRegEx/.packlist
+%%PERL5_MAN3%%/Config::IniRegEx.3.gz
@dirrmtry %%SITE_PERL%%/Config
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/IniRegEx
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
diff --git a/devel/p5-Devel-Autoflush/Makefile b/devel/p5-Devel-Autoflush/Makefile
index e90b86f4ecdc..2ed1b19a2623 100644
--- a/devel/p5-Devel-Autoflush/Makefile
+++ b/devel/p5-Devel-Autoflush/Makefile
@@ -14,10 +14,7 @@ COMMENT= Set autoflush from the command line
BUILD_DEPENDS= p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput
RUN_DEPENDS:= ${BUILD_DEPENDS}
-MAN3= Devel::Autoflush.3
-
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Devel-Autoflush/pkg-descr b/devel/p5-Devel-Autoflush/pkg-descr
index ec26d754f859..14d93ac6e305 100644
--- a/devel/p5-Devel-Autoflush/pkg-descr
+++ b/devel/p5-Devel-Autoflush/pkg-descr
@@ -1,3 +1,3 @@
Set autoflush from the command line
-WWW: http://search.cpan.org/dist/Devel-Autoflush/
+WWW: http://search.cpan.org/dist/Devel-Autoflush/
diff --git a/devel/p5-Devel-Autoflush/pkg-plist b/devel/p5-Devel-Autoflush/pkg-plist
index 0e569afb0eaf..09cfada8132b 100644
--- a/devel/p5-Devel-Autoflush/pkg-plist
+++ b/devel/p5-Devel-Autoflush/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/Devel/Autoflush.pod
%%SITE_PERL%%/Devel/Autoflush.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Autoflush/.packlist
+%%PERL5_MAN3%%/Devel::Autoflush.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Autoflush
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
@dirrmtry %%SITE_PERL%%/Devel
diff --git a/devel/p5-Devel-StackTrace-AsHTML/Makefile b/devel/p5-Devel-StackTrace-AsHTML/Makefile
index 26a34cdb0436..e3e751f19522 100644
--- a/devel/p5-Devel-StackTrace-AsHTML/Makefile
+++ b/devel/p5-Devel-StackTrace-AsHTML/Makefile
@@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Devel::StackTrace::AsHTML.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Devel-StackTrace-AsHTML/pkg-plist b/devel/p5-Devel-StackTrace-AsHTML/pkg-plist
index 92b94463fbe3..4c38c6e0c3aa 100644
--- a/devel/p5-Devel-StackTrace-AsHTML/pkg-plist
+++ b/devel/p5-Devel-StackTrace-AsHTML/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/StackTrace/AsHTML/.packlist
%%SITE_PERL%%/Devel/StackTrace/AsHTML.pm
+%%PERL5_MAN3%%/Devel::StackTrace::AsHTML.3.gz
@dirrmtry %%SITE_PERL%%/Devel/StackTrace
@dirrmtry %%SITE_PERL%%/Devel
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/StackTrace/AsHTML
diff --git a/devel/p5-Log-Dispatch-Configurator-YAML/Makefile b/devel/p5-Log-Dispatch-Configurator-YAML/Makefile
index d6ec44a09c8d..6fea1e1d0687 100644
--- a/devel/p5-Log-Dispatch-Configurator-YAML/Makefile
+++ b/devel/p5-Log-Dispatch-Configurator-YAML/Makefile
@@ -18,7 +18,4 @@ BUILD_DEPENDS= p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Confi
USES= perl5
USE_PERL5= configure
-MAN3= Log::Dispatch::Configurator::YAML.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist b/devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist
index f6a8845fdea2..126bb58f20f0 100644
--- a/devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist
+++ b/devel/p5-Log-Dispatch-Configurator-YAML/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Log/Dispatch/Configurator/YAML.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Configurator/YAML/.packlist
+%%PERL5_MAN3%%/Log::Dispatch::Configurator::YAML.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Configurator/YAML
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Configurator
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch
diff --git a/devel/p5-Log-Report/Makefile b/devel/p5-Log-Report/Makefile
index 52c64f185f6b..6e260b4aa6cc 100644
--- a/devel/p5-Log-Report/Makefile
+++ b/devel/p5-Log-Report/Makefile
@@ -17,32 +17,4 @@ RUN_DEPENDS= p5-Devel-GlobalDestruction>=0.09:${PORTSDIR}/devel/p5-Devel-GlobalD
USES= perl5
USE_PERL5= configure
-MAN3= Log::Report.3 \
- Log::Report::Die.3 \
- Log::Report::Dispatcher.3 \
- Log::Report::Dispatcher::Callback.3 \
- Log::Report::Dispatcher::File.3 \
- Log::Report::Dispatcher::Log4perl.3 \
- Log::Report::Dispatcher::LogDispatch.3 \
- Log::Report::Dispatcher::Perl.3 \
- Log::Report::Dispatcher::Syslog.3 \
- Log::Report::Dispatcher::Try.3 \
- Log::Report::Exception.3 \
- Log::Report::Extract.3 \
- Log::Report::Extract::PerlPPI.3 \
- Log::Report::Extract::Template.3 \
- Log::Report::Lexicon::Index.3 \
- Log::Report::Lexicon::MOTcompact.3 \
- Log::Report::Lexicon::PO.3 \
- Log::Report::Lexicon::POT.3 \
- Log::Report::Lexicon::POTcompact.3 \
- Log::Report::Lexicon::Table.3 \
- Log::Report::Message.3 \
- Log::Report::Translator.3 \
- Log::Report::Translator::Gettext.3 \
- Log::Report::Translator::POT.3 \
- Log::Report::Util.3 \
- Log::Report::Win32Locale.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Log-Report/pkg-plist b/devel/p5-Log-Report/pkg-plist
index cc111c218e40..fa3ae95d7f4e 100644
--- a/devel/p5-Log-Report/pkg-plist
+++ b/devel/p5-Log-Report/pkg-plist
@@ -55,6 +55,32 @@ bin/xgettext-perl
%%SITE_PERL%%/Log/Report/Win32Locale.pod
%%SITE_PERL%%/Log/Report/messages/log-report.utf-8.po
%%SITE_PERL%%/Log/Report/messages/log-report/nl_NL.po
+%%PERL5_MAN3%%/Log::Report.3.gz
+%%PERL5_MAN3%%/Log::Report::Die.3.gz
+%%PERL5_MAN3%%/Log::Report::Dispatcher.3.gz
+%%PERL5_MAN3%%/Log::Report::Dispatcher::Callback.3.gz
+%%PERL5_MAN3%%/Log::Report::Dispatcher::File.3.gz
+%%PERL5_MAN3%%/Log::Report::Dispatcher::Log4perl.3.gz
+%%PERL5_MAN3%%/Log::Report::Dispatcher::LogDispatch.3.gz
+%%PERL5_MAN3%%/Log::Report::Dispatcher::Perl.3.gz
+%%PERL5_MAN3%%/Log::Report::Dispatcher::Syslog.3.gz
+%%PERL5_MAN3%%/Log::Report::Dispatcher::Try.3.gz
+%%PERL5_MAN3%%/Log::Report::Exception.3.gz
+%%PERL5_MAN3%%/Log::Report::Extract.3.gz
+%%PERL5_MAN3%%/Log::Report::Extract::PerlPPI.3.gz
+%%PERL5_MAN3%%/Log::Report::Extract::Template.3.gz
+%%PERL5_MAN3%%/Log::Report::Lexicon::Index.3.gz
+%%PERL5_MAN3%%/Log::Report::Lexicon::MOTcompact.3.gz
+%%PERL5_MAN3%%/Log::Report::Lexicon::PO.3.gz
+%%PERL5_MAN3%%/Log::Report::Lexicon::POT.3.gz
+%%PERL5_MAN3%%/Log::Report::Lexicon::POTcompact.3.gz
+%%PERL5_MAN3%%/Log::Report::Lexicon::Table.3.gz
+%%PERL5_MAN3%%/Log::Report::Message.3.gz
+%%PERL5_MAN3%%/Log::Report::Translator.3.gz
+%%PERL5_MAN3%%/Log::Report::Translator::Gettext.3.gz
+%%PERL5_MAN3%%/Log::Report::Translator::POT.3.gz
+%%PERL5_MAN3%%/Log::Report::Util.3.gz
+%%PERL5_MAN3%%/Log::Report::Win32Locale.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Report
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
@dirrmtry %%SITE_PERL%%/Log/Report/messages/log-report
diff --git a/devel/p5-Mknod/Makefile b/devel/p5-Mknod/Makefile
index 604c80845590..1afbef9d346f 100644
--- a/devel/p5-Mknod/Makefile
+++ b/devel/p5-Mknod/Makefile
@@ -15,7 +15,5 @@ USES= perl5
USE_PERL5= configure
MANPREFIX= ${SITE_PERL}
-MAN3= Mknod.3
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Mknod/pkg-plist b/devel/p5-Mknod/pkg-plist
index 67416447065f..149940a41a1a 100644
--- a/devel/p5-Mknod/pkg-plist
+++ b/devel/p5-Mknod/pkg-plist
@@ -2,4 +2,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mknod/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mknod/Mknod.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mknod/Mknod.so
+%%PERL5_MAN3%%/Mknod.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mknod
diff --git a/devel/p5-Module-Install-AuthorTests/Makefile b/devel/p5-Module-Install-AuthorTests/Makefile
index 2c7303349930..c109304b249d 100644
--- a/devel/p5-Module-Install-AuthorTests/Makefile
+++ b/devel/p5-Module-Install-AuthorTests/Makefile
@@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Module::Install::AuthorTests.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Module-Install-AuthorTests/pkg-plist b/devel/p5-Module-Install-AuthorTests/pkg-plist
index 9fd76ad1925a..a46dfe8b91cd 100644
--- a/devel/p5-Module-Install-AuthorTests/pkg-plist
+++ b/devel/p5-Module-Install-AuthorTests/pkg-plist
@@ -1,3 +1,4 @@
%%SITE_PERL%%/Module/Install/AuthorTests.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Install/AuthorTests/.packlist
+%%PERL5_MAN3%%/Module::Install::AuthorTests.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Install/AuthorTests
diff --git a/devel/p5-Params-Coerce/Makefile b/devel/p5-Params-Coerce/Makefile
index 57ed040ccc03..5280d9672523 100644
--- a/devel/p5-Params-Coerce/Makefile
+++ b/devel/p5-Params-Coerce/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util
USES= perl5
USE_PERL5= configure
-MAN3= Params::Coerce.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Params-Coerce/pkg-plist b/devel/p5-Params-Coerce/pkg-plist
index 0a80eeedb824..fb45c6a00ccc 100644
--- a/devel/p5-Params-Coerce/pkg-plist
+++ b/devel/p5-Params-Coerce/pkg-plist
@@ -1,4 +1,5 @@
%%SITE_PERL%%/Params/Coerce.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Coerce/.packlist
+%%PERL5_MAN3%%/Params::Coerce.3.gz
@dirrmtry %%SITE_PERL%%/Params
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Coerce
diff --git a/devel/p5-Parse-CPAN-Packages/Makefile b/devel/p5-Parse-CPAN-Packages/Makefile
index f2971c0664c5..ea0c1b4d6304 100644
--- a/devel/p5-Parse-CPAN-Packages/Makefile
+++ b/devel/p5-Parse-CPAN-Packages/Makefile
@@ -23,12 +23,7 @@ TEST_DEPENDS= p5-Test-InDistDir>0:${PORTSDIR}/devel/p5-Test-InDistDir \
USES= perl5
USE_PERL5= configure
-MAN3= Parse::CPAN::Packages.3 \
- Parse::CPAN::Packages::Distribution.3 \
- Parse::CPAN::Packages::Package.3
-
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Parse-CPAN-Packages/pkg-plist b/devel/p5-Parse-CPAN-Packages/pkg-plist
index 96cd0fd18562..909cadeaa32a 100644
--- a/devel/p5-Parse-CPAN-Packages/pkg-plist
+++ b/devel/p5-Parse-CPAN-Packages/pkg-plist
@@ -2,6 +2,9 @@
%%SITE_PERL%%/Parse/CPAN/Packages/Distribution.pm
%%SITE_PERL%%/Parse/CPAN/Packages/Package.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/CPAN/Packages/.packlist
+%%PERL5_MAN3%%/Parse::CPAN::Packages.3.gz
+%%PERL5_MAN3%%/Parse::CPAN::Packages::Distribution.3.gz
+%%PERL5_MAN3%%/Parse::CPAN::Packages::Package.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/CPAN/Packages
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/CPAN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse
diff --git a/devel/p5-Path-Class-File-Lockable/Makefile b/devel/p5-Path-Class-File-Lockable/Makefile
index 0c1483d2b9cf..8b678b6243ce 100644
--- a/devel/p5-Path-Class-File-Lockable/Makefile
+++ b/devel/p5-Path-Class-File-Lockable/Makefile
@@ -21,7 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Path::Class::File::Lockable.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Path-Class-File-Lockable/pkg-plist b/devel/p5-Path-Class-File-Lockable/pkg-plist
index f6209ef261d5..90f6f6aaba7c 100644
--- a/devel/p5-Path-Class-File-Lockable/pkg-plist
+++ b/devel/p5-Path-Class-File-Lockable/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Path/Class/File/Lockable.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/File/Lockable/.packlist
+%%PERL5_MAN3%%/Path::Class::File::Lockable.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/File/Lockable
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Class
diff --git a/devel/p5-Perl6-Form/Makefile b/devel/p5-Perl6-Form/Makefile
index c4aa5f04d227..aba0de61705f 100644
--- a/devel/p5-Perl6-Form/Makefile
+++ b/devel/p5-Perl6-Form/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Perl6::Form.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Perl6-Form/pkg-plist b/devel/p5-Perl6-Form/pkg-plist
index d91aa074e727..79afe26b1b4b 100644
--- a/devel/p5-Perl6-Form/pkg-plist
+++ b/devel/p5-Perl6-Form/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Perl6/Form.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Form/.packlist
+%%PERL5_MAN3%%/Perl6::Form.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Form
@dirrmtry %%SITE_PERL%%/Perl6
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6
diff --git a/devel/p5-Role-HasMessage/Makefile b/devel/p5-Role-HasMessage/Makefile
index c7633bfa42cc..ee43a8b0295b 100644
--- a/devel/p5-Role-HasMessage/Makefile
+++ b/devel/p5-Role-HasMessage/Makefile
@@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= geraud@gcu.info
-COMMENT= A thing with a message method
+COMMENT= Thing with a message method
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
@@ -24,8 +24,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Role::HasMessage.3 \
- Role::HasMessage::Errf.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Role-HasMessage/pkg-plist b/devel/p5-Role-HasMessage/pkg-plist
index 23e694655da3..5705746b956f 100644
--- a/devel/p5-Role-HasMessage/pkg-plist
+++ b/devel/p5-Role-HasMessage/pkg-plist
@@ -1,6 +1,8 @@
%%SITE_PERL%%/Role/HasMessage.pm
%%SITE_PERL%%/Role/HasMessage/Errf.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Role/HasMessage/.packlist
+%%PERL5_MAN3%%/Role::HasMessage.3.gz
+%%PERL5_MAN3%%/Role::HasMessage::Errf.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Role/HasMessage
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Role
@dirrmtry %%SITE_PERL%%/Role/HasMessage
diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile
index 86296f73a81a..cfede4188e30 100644
--- a/devel/p5-Test-Compile/Makefile
+++ b/devel/p5-Test-Compile/Makefile
@@ -21,7 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Test::Compile.3 Test::Compile::Internal.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Test-Compile/pkg-plist b/devel/p5-Test-Compile/pkg-plist
index 7c9388d677fa..4ef8837289f7 100644
--- a/devel/p5-Test-Compile/pkg-plist
+++ b/devel/p5-Test-Compile/pkg-plist
@@ -1,6 +1,8 @@
%%SITE_PERL%%/Test/Compile.pm
%%SITE_PERL%%/Test/Compile/Internal.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile/.packlist
+%%PERL5_MAN3%%/Test::Compile.3.gz
+%%PERL5_MAN3%%/Test::Compile::Internal.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Compile
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test/Compile
diff --git a/devel/p5-Tie-Array-Pack/Makefile b/devel/p5-Tie-Array-Pack/Makefile
index aa9a3525c7ae..5b3409dc09c0 100644
--- a/devel/p5-Tie-Array-Pack/Makefile
+++ b/devel/p5-Tie-Array-Pack/Makefile
@@ -13,7 +13,5 @@ COMMENT= Array implemented as a packed string
USES= perl5
USE_PERL5= configure
-MAN3= Tie::Array::Pack.3
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Tie-Array-Pack/pkg-plist b/devel/p5-Tie-Array-Pack/pkg-plist
index 76f7f45ff554..0068263e1e46 100644
--- a/devel/p5-Tie-Array-Pack/pkg-plist
+++ b/devel/p5-Tie-Array-Pack/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Array/Pack/.packlist
%%SITE_PERL%%/Tie/Array/Pack.pm
+%%PERL5_MAN3%%/Tie::Array::Pack.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Array/Pack
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Array
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
diff --git a/devel/p5-Tie-Restore/Makefile b/devel/p5-Tie-Restore/Makefile
index d43c7ef23af5..e888586fc6d7 100644
--- a/devel/p5-Tie-Restore/Makefile
+++ b/devel/p5-Tie-Restore/Makefile
@@ -13,7 +13,4 @@ COMMENT= Restores ties to an existing object
USES= perl5
USE_PERL5= configure
-MAN3= Tie::Restore.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Tie-Restore/pkg-plist b/devel/p5-Tie-Restore/pkg-plist
index 22b3227d949a..b258ad4157e0 100644
--- a/devel/p5-Tie-Restore/pkg-plist
+++ b/devel/p5-Tie-Restore/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Tie/Restore.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Restore/.packlist
+%%PERL5_MAN3%%/Tie::Restore.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Restore
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
@dirrmtry %%SITE_PERL%%/Tie
diff --git a/devel/p5-common-sense/Makefile b/devel/p5-common-sense/Makefile
index 7ccbe5425400..5ec7ddf7aacb 100644
--- a/devel/p5-common-sense/Makefile
+++ b/devel/p5-common-sense/Makefile
@@ -14,7 +14,4 @@ COMMENT= Perl common defaults with lower memory usage
USES= perl5
USE_PERL5= configure
-MAN3= common::sense.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-common-sense/pkg-descr b/devel/p5-common-sense/pkg-descr
index 647f67494621..ed10466b22dd 100644
--- a/devel/p5-common-sense/pkg-descr
+++ b/devel/p5-common-sense/pkg-descr
@@ -1,3 +1,3 @@
Perl common defaults with lower memory usage
-WWW: http://search.cpan.org/dist/common-sense/
+WWW: http://search.cpan.org/dist/common-sense/
diff --git a/devel/p5-common-sense/pkg-plist b/devel/p5-common-sense/pkg-plist
index 90581db6972b..6e60100ca494 100644
--- a/devel/p5-common-sense/pkg-plist
+++ b/devel/p5-common-sense/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/common/sense.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/common/sense/.packlist
+%%PERL5_MAN3%%/common::sense.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/common/sense
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/common
@dirrmtry %%SITE_PERL%%/common