aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2014-01-06 01:43:05 +0800
committeraz <az@FreeBSD.org>2014-01-06 01:43:05 +0800
commitf36cbcc299f69740b89487c7d342b1ce4f9e6395 (patch)
treec5e8f3a0775244395b8c8127522934ec86048250
parentcd82ca292e395171e3c2c913c3e241bd8c853163 (diff)
downloadfreebsd-ports-graphics-f36cbcc299f69740b89487c7d342b1ce4f9e6395.tar.gz
freebsd-ports-graphics-f36cbcc299f69740b89487c7d342b1ce4f9e6395.tar.zst
freebsd-ports-graphics-f36cbcc299f69740b89487c7d342b1ce4f9e6395.zip
- stage support
Approved by: portmgr (blanket infrastructure)
-rw-r--r--net/p5-Data-IPV4-Range-Parse/Makefile3
-rw-r--r--net/p5-Data-IPV4-Range-Parse/pkg-descr2
-rw-r--r--net/p5-Data-IPV4-Range-Parse/pkg-plist1
-rw-r--r--net/p5-File-RsyncP/Makefile6
-rw-r--r--net/p5-File-RsyncP/pkg-plist4
-rw-r--r--net/p5-IP-Anonymous/Makefile3
-rw-r--r--net/p5-IP-Anonymous/pkg-descr2
-rw-r--r--net/p5-IP-Anonymous/pkg-plist1
-rw-r--r--net/p5-Net-Analysis/Makefile18
-rw-r--r--net/p5-Net-Analysis/pkg-descr2
-rw-r--r--net/p5-Net-Analysis/pkg-plist16
-rw-r--r--net/p5-Net-Cassandra/Makefile2
-rw-r--r--net/p5-Net-Cassandra/pkg-descr2
-rw-r--r--net/p5-Net-Cassandra/pkg-plist1
-rw-r--r--net/p5-Net-DHCPClient/Makefile6
-rw-r--r--net/p5-Net-DHCPClient/pkg-plist1
-rw-r--r--net/p5-Net-EPP/Makefile45
-rw-r--r--net/p5-Net-EPP/pkg-descr1
-rw-r--r--net/p5-Net-EPP/pkg-plist41
-rw-r--r--net/p5-Net-Frame-Layer-ICMPv6/Makefile13
-rw-r--r--net/p5-Net-Frame-Layer-ICMPv6/pkg-plist11
-rw-r--r--net/p5-Net-IP-RangeCompare/Makefile3
-rw-r--r--net/p5-Net-IP-RangeCompare/pkg-descr2
-rw-r--r--net/p5-Net-IP-RangeCompare/pkg-plist1
-rw-r--r--net/p5-Net-Ident/Makefile3
-rw-r--r--net/p5-Net-Ident/pkg-descr5
-rw-r--r--net/p5-Net-Ident/pkg-plist1
-rw-r--r--net/p5-Net-Jaiku/Makefile5
-rw-r--r--net/p5-Net-Jaiku/pkg-plist1
-rw-r--r--net/p5-Net-LDAP-Server/Makefile3
-rw-r--r--net/p5-Net-LDAP-Server/pkg-plist1
-rw-r--r--net/p5-Net-PubSubHubbub-Publisher/Makefile3
-rw-r--r--net/p5-Net-PubSubHubbub-Publisher/pkg-descr2
-rw-r--r--net/p5-Net-PubSubHubbub-Publisher/pkg-plist1
-rw-r--r--net/p5-Net-SMS-PChome/Makefile3
-rw-r--r--net/p5-Net-SMS-PChome/pkg-descr2
-rw-r--r--net/p5-Net-SMS-PChome/pkg-plist1
-rw-r--r--net/p5-Net-SSH/Makefile3
-rw-r--r--net/p5-Net-SSH/pkg-plist1
-rw-r--r--net/p5-Net-Traceroute/Makefile3
-rw-r--r--net/p5-Net-Traceroute/pkg-descr1
-rw-r--r--net/p5-Net-Traceroute/pkg-plist1
-rw-r--r--net/p5-Net-Whois/Makefile5
-rw-r--r--net/p5-Net-Whois/pkg-descr2
-rw-r--r--net/p5-Net-Whois/pkg-plist1
-rw-r--r--net/p5-Phone-Info/Makefile3
-rw-r--r--net/p5-Phone-Info/pkg-plist1
-rw-r--r--net/p5-Test-URI/Makefile3
-rw-r--r--net/p5-Test-URI/pkg-descr2
-rw-r--r--net/p5-Test-URI/pkg-plist1
-rw-r--r--net/p5-URI-FromHash/Makefile3
-rw-r--r--net/p5-URI-FromHash/pkg-plist1
52 files changed, 105 insertions, 144 deletions
diff --git a/net/p5-Data-IPV4-Range-Parse/Makefile b/net/p5-Data-IPV4-Range-Parse/Makefile
index 744e446371f..a079b68c35b 100644
--- a/net/p5-Data-IPV4-Range-Parse/Makefile
+++ b/net/p5-Data-IPV4-Range-Parse/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl extension parsing IPv4 ranges
USES= perl5
USE_PERL5= configure
-MAN3= Data::IPV4::Range::Parse.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Data-IPV4-Range-Parse/pkg-descr b/net/p5-Data-IPV4-Range-Parse/pkg-descr
index b5b2871d0d0..b805e3cc80e 100644
--- a/net/p5-Data-IPV4-Range-Parse/pkg-descr
+++ b/net/p5-Data-IPV4-Range-Parse/pkg-descr
@@ -1,4 +1,4 @@
Simple Interface for getting start and ending address of ranges as
integers.
-WWW: http://search.cpan.org/dist/Data-IPV4-Range-Parse/
+WWW: http://search.cpan.org/dist/Data-IPV4-Range-Parse/
diff --git a/net/p5-Data-IPV4-Range-Parse/pkg-plist b/net/p5-Data-IPV4-Range-Parse/pkg-plist
index baaeaf29fa9..2ae588a7f83 100644
--- a/net/p5-Data-IPV4-Range-Parse/pkg-plist
+++ b/net/p5-Data-IPV4-Range-Parse/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse/.packlist
%%SITE_PERL%%/Data/IPV4/Range/Parse.pm
%%SITE_PERL%%/Data/IPV4/Range/Parse.pod
+%%PERL5_MAN3%%/Data::IPV4::Range::Parse.3.gz
@dirrmtry %%SITE_PERL%%/Data/IPV4/Range
@dirrmtry %%SITE_PERL%%/Data/IPV4
@dirrmtry %%SITE_PERL%%/Data
diff --git a/net/p5-File-RsyncP/Makefile b/net/p5-File-RsyncP/Makefile
index bcfa583d0a2..8ebec569846 100644
--- a/net/p5-File-RsyncP/Makefile
+++ b/net/p5-File-RsyncP/Makefile
@@ -15,10 +15,4 @@ MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
-MAN3= File::RsyncP.3 \
- File::RsyncP::Digest.3 \
- File::RsyncP::FileIO.3 \
- File::RsyncP::FileList.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-File-RsyncP/pkg-plist b/net/p5-File-RsyncP/pkg-plist
index 690da5273f5..754e22fc68e 100644
--- a/net/p5-File-RsyncP/pkg-plist
+++ b/net/p5-File-RsyncP/pkg-plist
@@ -9,6 +9,10 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/FileList/FileList.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/FileList/autosplit.ix
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/.packlist
+%%PERL5_MAN3%%/File::RsyncP.3.gz
+%%PERL5_MAN3%%/File::RsyncP::Digest.3.gz
+%%PERL5_MAN3%%/File::RsyncP::FileIO.3.gz
+%%PERL5_MAN3%%/File::RsyncP::FileList.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/Digest
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP/FileList
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/RsyncP
diff --git a/net/p5-IP-Anonymous/Makefile b/net/p5-IP-Anonymous/Makefile
index 2b011e2f692..48f6c310864 100644
--- a/net/p5-IP-Anonymous/Makefile
+++ b/net/p5-IP-Anonymous/Makefile
@@ -15,7 +15,4 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael
USES= perl5
USE_PERL5= configure
-MAN3= IP::Anonymous.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-IP-Anonymous/pkg-descr b/net/p5-IP-Anonymous/pkg-descr
index 0132dfe7207..ac489cf87f2 100644
--- a/net/p5-IP-Anonymous/pkg-descr
+++ b/net/p5-IP-Anonymous/pkg-descr
@@ -1,4 +1,4 @@
This module is a cryptography-based sanitization tool for network trace
or log data.
-WWW: http://search.cpan.org/dist/IP-Anonymous/
+WWW: http://search.cpan.org/dist/IP-Anonymous/
diff --git a/net/p5-IP-Anonymous/pkg-plist b/net/p5-IP-Anonymous/pkg-plist
index 3abb6cf4d8b..8011cb1932f 100644
--- a/net/p5-IP-Anonymous/pkg-plist
+++ b/net/p5-IP-Anonymous/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/IP/Anonymous.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IP/Anonymous/.packlist
+%%PERL5_MAN3%%/IP::Anonymous.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IP/Anonymous
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
diff --git a/net/p5-Net-Analysis/Makefile b/net/p5-Net-Analysis/Makefile
index 0cf4d0b032c..2f4587c922d 100644
--- a/net/p5-Net-Analysis/Makefile
+++ b/net/p5-Net-Analysis/Makefile
@@ -20,22 +20,4 @@ TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
USES= perl5
USE_PERL5= configure
-MAN3= Net::Analysis.3 \
- Net::Analysis::Constants.3 \
- Net::Analysis::Dispatcher.3 \
- Net::Analysis::EventLoop.3 \
- Net::Analysis::Listener::Base.3 \
- Net::Analysis::Listener::Example1.3 \
- Net::Analysis::Listener::Example2.3 \
- Net::Analysis::Listener::Example3.3 \
- Net::Analysis::Listener::HTTP.3 \
- Net::Analysis::Listener::HTTPPipelining.3 \
- Net::Analysis::Listener::PortCounter.3 \
- Net::Analysis::Listener::TCP.3 \
- Net::Analysis::Packet.3 \
- Net::Analysis::TCPMonologue.3 \
- Net::Analysis::TCPSession.3 \
- Net::Analysis::Time.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-Analysis/pkg-descr b/net/p5-Net-Analysis/pkg-descr
index 4a1f1f4dff1..031b18b5687 100644
--- a/net/p5-Net-Analysis/pkg-descr
+++ b/net/p5-Net-Analysis/pkg-descr
@@ -2,4 +2,4 @@ Net::Analysis is a suite of modules that parse tcpdump files,
reconstruct TCP sessions from the packets, and provide a very
lightweight framework for writing protocol anaylsers.
-WWW: http://search.cpan.org/dist/Net-Analysis/
+WWW: http://search.cpan.org/dist/Net-Analysis/
diff --git a/net/p5-Net-Analysis/pkg-plist b/net/p5-Net-Analysis/pkg-plist
index 9812104de58..2c3abcbaa74 100644
--- a/net/p5-Net-Analysis/pkg-plist
+++ b/net/p5-Net-Analysis/pkg-plist
@@ -15,6 +15,22 @@
%%SITE_PERL%%/Net/Analysis/TCPMonologue.pm
%%SITE_PERL%%/Net/Analysis/TCPSession.pm
%%SITE_PERL%%/Net/Analysis/Time.pm
+%%PERL5_MAN3%%/Net::Analysis.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Constants.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Dispatcher.3.gz
+%%PERL5_MAN3%%/Net::Analysis::EventLoop.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Listener::Base.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Listener::Example1.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Listener::Example2.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Listener::Example3.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Listener::HTTP.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Listener::HTTPPipelining.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Listener::PortCounter.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Listener::TCP.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Packet.3.gz
+%%PERL5_MAN3%%/Net::Analysis::TCPMonologue.3.gz
+%%PERL5_MAN3%%/Net::Analysis::TCPSession.3.gz
+%%PERL5_MAN3%%/Net::Analysis::Time.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Analysis
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net/Analysis/Listener
diff --git a/net/p5-Net-Cassandra/Makefile b/net/p5-Net-Cassandra/Makefile
index 01fd86efb32..25bce8f3250 100644
--- a/net/p5-Net-Cassandra/Makefile
+++ b/net/p5-Net-Cassandra/Makefile
@@ -14,9 +14,7 @@ COMMENT= Interface to Cassandra
RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
-MAN3= Net::Cassandra.3
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-Cassandra/pkg-descr b/net/p5-Net-Cassandra/pkg-descr
index 79697b98b91..ce500b695fe 100644
--- a/net/p5-Net-Cassandra/pkg-descr
+++ b/net/p5-Net-Cassandra/pkg-descr
@@ -3,4 +3,4 @@ database. It uses the Thrift interface. This is changing rapidly and
supports the development version of Cassandra built from Subversion
trunk.
-WWW: http://search.cpan.org/dist/Net-Cassandra/
+WWW: http://search.cpan.org/dist/Net-Cassandra/
diff --git a/net/p5-Net-Cassandra/pkg-plist b/net/p5-Net-Cassandra/pkg-plist
index 43f21738ef7..fad73e00cb7 100644
--- a/net/p5-Net-Cassandra/pkg-plist
+++ b/net/p5-Net-Cassandra/pkg-plist
@@ -13,6 +13,7 @@
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Socket.pm
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Transport.pm
%%SITE_PERL%%/Net/Cassandra/Backend/Types.pm
+%%PERL5_MAN3%%/Net::Cassandra.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net/Cassandra/Backend/Thrift
diff --git a/net/p5-Net-DHCPClient/Makefile b/net/p5-Net-DHCPClient/Makefile
index 89fd83395a5..7b5e88bccc3 100644
--- a/net/p5-Net-DHCPClient/Makefile
+++ b/net/p5-Net-DHCPClient/Makefile
@@ -8,15 +8,13 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sem@FreeBSD.org
-COMMENT= A Perl implementation of a DHCP client API
+COMMENT= Perl implementation of a DHCP client API
RUN_DEPENDS+= p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP
+
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAN3= Net::DHCPClient.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-DHCPClient/pkg-plist b/net/p5-Net-DHCPClient/pkg-plist
index 7c234fba84c..5e7a0c349e5 100644
--- a/net/p5-Net-DHCPClient/pkg-plist
+++ b/net/p5-Net-DHCPClient/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/DHCPClient.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCPClient/.packlist
+%%PERL5_MAN3%%/Net::DHCPClient.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCPClient
@dirrmtry %%SITE_PERL%%/Net
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
diff --git a/net/p5-Net-EPP/Makefile b/net/p5-Net-EPP/Makefile
index e7881cd449d..15fdb13ec29 100644
--- a/net/p5-Net-EPP/Makefile
+++ b/net/p5-Net-EPP/Makefile
@@ -13,54 +13,11 @@ COMMENT= Client library for the TCP transport for EPP
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
-RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-Digest-SHA1>=2.12:${PORTSDIR}/security/p5-Digest-SHA1
-MAN3= Net::EPP.3 \
- Net::EPP::Client.3 \
- Net::EPP::Frame.3 \
- Net::EPP::Frame::Command::Create::Domain.3 \
- Net::EPP::Protocol.3 \
- Net::EPP::ResponseCodes.3 \
- Net::EPP::Simple.3 \
- Net::EPP::Frame::Command.3 \
- Net::EPP::Frame::Command::Check.3 \
- Net::EPP::Frame::Command::Check::Contact.3 \
- Net::EPP::Frame::Command::Check::Domain.3 \
- Net::EPP::Frame::Command::Check::Host.3 \
- Net::EPP::Frame::Command::Create.3 \
- Net::EPP::Frame::Command::Create::Host.3 \
- Net::EPP::Frame::Command::Create::Contact.3 \
- Net::EPP::Frame::Command::Delete.3 \
- Net::EPP::Frame::Command::Delete::Contact.3 \
- Net::EPP::Frame::Command::Delete::Domain.3 \
- Net::EPP::Frame::Command::Delete::Host.3 \
- Net::EPP::Frame::Command::Renew::Domain.3 \
- Net::EPP::Frame::Command::Info.3 \
- Net::EPP::Frame::Command::Info::Contact.3 \
- Net::EPP::Frame::Command::Info::Domain.3 \
- Net::EPP::Frame::Command::Info::Host.3 \
- Net::EPP::Frame::Command::Login.3 \
- Net::EPP::Frame::Command::Logout.3 \
- Net::EPP::Frame::Command::Poll.3 \
- Net::EPP::Frame::Command::Renew.3 \
- Net::EPP::Frame::Command::Transfer.3 \
- Net::EPP::Frame::Command::Update.3 \
- Net::EPP::Frame::Command::Update::Contact.3 \
- Net::EPP::Frame::Command::Update::Domain.3 \
- Net::EPP::Frame::Command::Update::Host.3 \
- Net::EPP::Frame::Greeting.3 \
- Net::EPP::Frame::Hello.3 \
- Net::EPP::Frame::ObjectSpec.3 \
- Net::EPP::Frame::Response.3 \
- Net::EPP::Frame::Command::Poll::Req.3 \
- Net::EPP::Frame::Command::Transfer::Domain.3 \
- Net::EPP::Frame::Command::Transfer::Contact.3 \
- Net::EPP::Frame::Command::Poll::Ack.3
-
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-EPP/pkg-descr b/net/p5-Net-EPP/pkg-descr
index 3f4f252313f..31270dd3eed 100644
--- a/net/p5-Net-EPP/pkg-descr
+++ b/net/p5-Net-EPP/pkg-descr
@@ -13,5 +13,4 @@ connections and send and receive responses over this connection.
Net::EPP::Client also provides some time-saving features, such as being
able to provide request and response frames as Net::EPP::Frame objects.
-Author: Gavin Brown <epp@centralnic.com>
WWW: http://search.cpan.org/dist/Net-EPP-Client/
diff --git a/net/p5-Net-EPP/pkg-plist b/net/p5-Net-EPP/pkg-plist
index c50d802106b..402e98ce764 100644
--- a/net/p5-Net-EPP/pkg-plist
+++ b/net/p5-Net-EPP/pkg-plist
@@ -40,6 +40,47 @@
%%SITE_PERL%%/Net/EPP/ResponseCodes.pm
%%SITE_PERL%%/Net/EPP/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP/.packlist
+%%PERL5_MAN3%%/Net::EPP.3.gz
+%%PERL5_MAN3%%/Net::EPP::Client.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Create::Domain.3.gz
+%%PERL5_MAN3%%/Net::EPP::Protocol.3.gz
+%%PERL5_MAN3%%/Net::EPP::ResponseCodes.3.gz
+%%PERL5_MAN3%%/Net::EPP::Simple.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Check.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Check::Contact.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Check::Domain.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Check::Host.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Create.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Create::Host.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Create::Contact.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Delete.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Delete::Contact.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Delete::Domain.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Delete::Host.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Renew::Domain.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Info.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Info::Contact.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Info::Domain.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Info::Host.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Login.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Logout.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Poll.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Renew.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Transfer.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Update.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Update::Contact.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Update::Domain.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Update::Host.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Greeting.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Hello.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::ObjectSpec.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Response.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Poll::Req.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Transfer::Domain.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Transfer::Contact.3.gz
+%%PERL5_MAN3%%/Net::EPP::Frame::Command::Poll::Ack.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EPP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrm %%SITE_PERL%%/Net/EPP/Frame/Command/Update
diff --git a/net/p5-Net-Frame-Layer-ICMPv6/Makefile b/net/p5-Net-Frame-Layer-ICMPv6/Makefile
index eccc793f42e..a91c0ddbb39 100644
--- a/net/p5-Net-Frame-Layer-ICMPv6/Makefile
+++ b/net/p5-Net-Frame-Layer-ICMPv6/Makefile
@@ -19,17 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Net::Frame::Layer::ICMPv6.3 \
- Net::Frame::Layer::ICMPv6::DestUnreach.3 \
- Net::Frame::Layer::ICMPv6::Echo.3 \
- Net::Frame::Layer::ICMPv6::Option.3 \
- Net::Frame::Layer::ICMPv6::ParameterProblem.3 \
- Net::Frame::Layer::ICMPv6::NeighborAdvertisement.3 \
- Net::Frame::Layer::ICMPv6::NeighborSolicitation.3 \
- Net::Frame::Layer::ICMPv6::RouterAdvertisement.3 \
- Net::Frame::Layer::ICMPv6::RouterSolicitation.3 \
- Net::Frame::Layer::ICMPv6::TimeExceed.3 \
- Net::Frame::Layer::ICMPv6::TooBig.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-Frame-Layer-ICMPv6/pkg-plist b/net/p5-Net-Frame-Layer-ICMPv6/pkg-plist
index 153a78d6338..e404505a1ec 100644
--- a/net/p5-Net-Frame-Layer-ICMPv6/pkg-plist
+++ b/net/p5-Net-Frame-Layer-ICMPv6/pkg-plist
@@ -10,6 +10,17 @@
%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/ParameterProblem.pm
%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/TooBig.pm
%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/TimeExceed.pm
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::DestUnreach.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::Echo.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::Option.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::ParameterProblem.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::NeighborAdvertisement.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::NeighborSolicitation.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::RouterAdvertisement.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::RouterSolicitation.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::TimeExceed.3.gz
+%%PERL5_MAN3%%/Net::Frame::Layer::ICMPv6::TooBig.3.gz
@dirrm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer/ICMPv6
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer
diff --git a/net/p5-Net-IP-RangeCompare/Makefile b/net/p5-Net-IP-RangeCompare/Makefile
index eb8237383cc..bf2a04e5536 100644
--- a/net/p5-Net-IP-RangeCompare/Makefile
+++ b/net/p5-Net-IP-RangeCompare/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Data-IPV4-Range-Parse>=0.05:${PORTSDIR}/net/p5-Data-IPV4-Range-P
USES= perl5
USE_PERL5= configure
-MAN3= Net::IP::RangeCompare.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-IP-RangeCompare/pkg-descr b/net/p5-Net-IP-RangeCompare/pkg-descr
index 4be2ab24eaa..b22ec41298b 100644
--- a/net/p5-Net-IP-RangeCompare/pkg-descr
+++ b/net/p5-Net-IP-RangeCompare/pkg-descr
@@ -9,4 +9,4 @@ scalability when dealing with the somewhat organic nature of IP-Ranges.
If you have a large number of ipv4 ranges and need to inventory lists
of ranges for intersections, this is the Module for you!
-WWW: http://search.cpan.org/dist/Net-IP-RangeCompare/
+WWW: http://search.cpan.org/dist/Net-IP-RangeCompare/
diff --git a/net/p5-Net-IP-RangeCompare/pkg-plist b/net/p5-Net-IP-RangeCompare/pkg-plist
index 55668396627..974a239facd 100644
--- a/net/p5-Net-IP-RangeCompare/pkg-plist
+++ b/net/p5-Net-IP-RangeCompare/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare/.packlist
%%SITE_PERL%%/Net/IP/RangeCompare.pm
%%SITE_PERL%%/Net/IP/RangeCompare.pod
+%%PERL5_MAN3%%/Net::IP::RangeCompare.3.gz
@dirrmtry %%SITE_PERL%%/Net/IP
@dirrmtry %%SITE_PERL%%/Net
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare
diff --git a/net/p5-Net-Ident/Makefile b/net/p5-Net-Ident/Makefile
index 6fbc0a267f9..5bbc0c1f7c7 100644
--- a/net/p5-Net-Ident/Makefile
+++ b/net/p5-Net-Ident/Makefile
@@ -13,7 +13,4 @@ COMMENT= Lookup the username on the remote end of a TCP/IP connection
USES= perl5
USE_PERL5= configure
-MAN3= Net::Ident.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-Ident/pkg-descr b/net/p5-Net-Ident/pkg-descr
index ccc9ae13df5..1ac74b07c08 100644
--- a/net/p5-Net-Ident/pkg-descr
+++ b/net/p5-Net-Ident/pkg-descr
@@ -4,7 +4,4 @@ RFC1413 (which supersedes RFC931). Note that this requires the remote
site to run a daemon (often called identd) to provide the requested
information, so it is not always available for all TCP/IP connections.
-WWW: http://search.cpan.org/dist/Net-Ident/
-
- Kai Storbeck
- kai@xs4all.nl
+WWW: http://search.cpan.org/dist/Net-Ident/
diff --git a/net/p5-Net-Ident/pkg-plist b/net/p5-Net-Ident/pkg-plist
index 534242a577f..898868301a6 100644
--- a/net/p5-Net-Ident/pkg-plist
+++ b/net/p5-Net-Ident/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/Ident.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ident/.packlist
+%%PERL5_MAN3%%/Net::Ident.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ident
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net
diff --git a/net/p5-Net-Jaiku/Makefile b/net/p5-Net-Jaiku/Makefile
index 93172810556..e7082b4841f 100644
--- a/net/p5-Net-Jaiku/Makefile
+++ b/net/p5-Net-Jaiku/Makefile
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= miwi@FreeBSD.org
-COMMENT= A perl interface to jaiku.com's API
+COMMENT= Perl interface to jaiku.com's API
RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \
@@ -21,7 +21,4 @@ BUILD_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
USES= perl5
USE_PERL5= configure
-MAN3= Net::Jaiku.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-Jaiku/pkg-plist b/net/p5-Net-Jaiku/pkg-plist
index 386179c8d9c..977af9e1951 100644
--- a/net/p5-Net-Jaiku/pkg-plist
+++ b/net/p5-Net-Jaiku/pkg-plist
@@ -1,4 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Jaiku/.packlist
+%%PERL5_MAN3%%/Net::Jaiku.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Jaiku
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
%%SITE_PERL%%/Net/Jaiku.pm
diff --git a/net/p5-Net-LDAP-Server/Makefile b/net/p5-Net-LDAP-Server/Makefile
index 2db8b770b52..91ced65ed8b 100644
--- a/net/p5-Net-LDAP-Server/Makefile
+++ b/net/p5-Net-LDAP-Server/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Net::LDAP::Server.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-LDAP-Server/pkg-plist b/net/p5-Net-LDAP-Server/pkg-plist
index b1994c906e9..73e7db43617 100644
--- a/net/p5-Net-LDAP-Server/pkg-plist
+++ b/net/p5-Net-LDAP-Server/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/LDAP/Server.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Server/.packlist
+%%PERL5_MAN3%%/Net::LDAP::Server.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/Server
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
diff --git a/net/p5-Net-PubSubHubbub-Publisher/Makefile b/net/p5-Net-PubSubHubbub-Publisher/Makefile
index ab58c55daa9..bd553444a15 100644
--- a/net/p5-Net-PubSubHubbub-Publisher/Makefile
+++ b/net/p5-Net-PubSubHubbub-Publisher/Makefile
@@ -15,7 +15,4 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
USES= perl5
USE_PERL5= configure
-MAN3= Net::PubSubHubbub::Publisher.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-PubSubHubbub-Publisher/pkg-descr b/net/p5-Net-PubSubHubbub-Publisher/pkg-descr
index a4a70f005f2..60e5d9663cf 100644
--- a/net/p5-Net-PubSubHubbub-Publisher/pkg-descr
+++ b/net/p5-Net-PubSubHubbub-Publisher/pkg-descr
@@ -1,4 +1,4 @@
Net::PubSubHubbub::Publisher is a client library to ping a
PubSubHubbub hub.
-WWW: http://search.cpan.org/dist/Net-PubSubHubbub-Publisher/
+WWW: http://search.cpan.org/dist/Net-PubSubHubbub-Publisher/
diff --git a/net/p5-Net-PubSubHubbub-Publisher/pkg-plist b/net/p5-Net-PubSubHubbub-Publisher/pkg-plist
index d88cf60a750..ab9dacd464d 100644
--- a/net/p5-Net-PubSubHubbub-Publisher/pkg-plist
+++ b/net/p5-Net-PubSubHubbub-Publisher/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PubSubHubbub/Publisher/.packlist
%%SITE_PERL%%/Net/PubSubHubbub/Publisher.pm
bin/pubsubhubbub-publish
+%%PERL5_MAN3%%/Net::PubSubHubbub::Publisher.3.gz
@dirrmtry %%SITE_PERL%%/Net/PubSubHubbub
@dirrmtry %%SITE_PERL%%/Net
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PubSubHubbub/Publisher
diff --git a/net/p5-Net-SMS-PChome/Makefile b/net/p5-Net-SMS-PChome/Makefile
index 83feb26d80f..4b29431e733 100644
--- a/net/p5-Net-SMS-PChome/Makefile
+++ b/net/p5-Net-SMS-PChome/Makefile
@@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Net::SMS::PChome.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-SMS-PChome/pkg-descr b/net/p5-Net-SMS-PChome/pkg-descr
index a75ee6b6960..1913e4a2dbc 100644
--- a/net/p5-Net-SMS-PChome/pkg-descr
+++ b/net/p5-Net-SMS-PChome/pkg-descr
@@ -1,3 +1,3 @@
Net::SMS::PChome allows sending SMS messages via http://sms.pchome.com.tw/
-WWW: http://search.cpan.org/dist/Net-SMS-PChome/
+WWW: http://search.cpan.org/dist/Net-SMS-PChome/
diff --git a/net/p5-Net-SMS-PChome/pkg-plist b/net/p5-Net-SMS-PChome/pkg-plist
index efa86f926e9..0dd12ef59d5 100644
--- a/net/p5-Net-SMS-PChome/pkg-plist
+++ b/net/p5-Net-SMS-PChome/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/SMS/PChome.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMS/PChome/.packlist
+%%PERL5_MAN3%%/Net::SMS::PChome.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMS/PChome
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
diff --git a/net/p5-Net-SSH/Makefile b/net/p5-Net-SSH/Makefile
index 976c79265e3..39d6f8c2046 100644
--- a/net/p5-Net-SSH/Makefile
+++ b/net/p5-Net-SSH/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl5 module to access and use ssh protocol
USES= perl5
USE_PERL5= configure
-MAN3= Net::SSH.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-SSH/pkg-plist b/net/p5-Net-SSH/pkg-plist
index 0e6402098c0..fcdc1a45c0d 100644
--- a/net/p5-Net-SSH/pkg-plist
+++ b/net/p5-Net-SSH/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/SSH.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSH/.packlist
+%%PERL5_MAN3%%/Net::SSH.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSH
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net
diff --git a/net/p5-Net-Traceroute/Makefile b/net/p5-Net-Traceroute/Makefile
index 48afa987b46..8bd5e193150 100644
--- a/net/p5-Net-Traceroute/Makefile
+++ b/net/p5-Net-Traceroute/Makefile
@@ -14,7 +14,4 @@ COMMENT= Perl module to parse traceroute(8)
USES= perl5
USE_PERL5= configure
-MAN3= Net::Traceroute.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-Traceroute/pkg-descr b/net/p5-Net-Traceroute/pkg-descr
index 07c0c2181a3..292d3009186 100644
--- a/net/p5-Net-Traceroute/pkg-descr
+++ b/net/p5-Net-Traceroute/pkg-descr
@@ -1,3 +1,4 @@
Perl module to parse traceroute(8).
+WWW: http://search.cpan.org/dist/Net-Traceroute/
WWW: http://www.linnaean.org/~hag/perl/traceroute/traceroute.html
diff --git a/net/p5-Net-Traceroute/pkg-plist b/net/p5-Net-Traceroute/pkg-plist
index b092b8962e5..f52a3ff8fa2 100644
--- a/net/p5-Net-Traceroute/pkg-plist
+++ b/net/p5-Net-Traceroute/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/Traceroute.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Traceroute/.packlist
+%%PERL5_MAN3%%/Net::Traceroute.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Traceroute
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net
diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile
index 8350283375b..3bcb17290f9 100644
--- a/net/p5-Net-Whois/Makefile
+++ b/net/p5-Net-Whois/Makefile
@@ -8,14 +8,11 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
-COMMENT= A perl5 module to get information using the Whois protocol
+COMMENT= Perl5 module to get information using the Whois protocol
RUN_DEPENDS= p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes
USES= perl5
USE_PERL5= configure
-MAN3= Net::Whois.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Net-Whois/pkg-descr b/net/p5-Net-Whois/pkg-descr
index 3049ab97b8e..9b5217efbdd 100644
--- a/net/p5-Net-Whois/pkg-descr
+++ b/net/p5-Net-Whois/pkg-descr
@@ -5,3 +5,5 @@ won't be able to use this module.
This version supports only the information about domains. Future work
may include information about people and other entities about which
the InterNIC keeps data.
+
+WWW: http://search.cpan.org/dist/Net-Whois/
diff --git a/net/p5-Net-Whois/pkg-plist b/net/p5-Net-Whois/pkg-plist
index 5b283398668..0cbe7e793c9 100644
--- a/net/p5-Net-Whois/pkg-plist
+++ b/net/p5-Net-Whois/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/Whois.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/.packlist
+%%PERL5_MAN3%%/Net::Whois.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net
diff --git a/net/p5-Phone-Info/Makefile b/net/p5-Phone-Info/Makefile
index b66a2750d84..ce16091bd23 100644
--- a/net/p5-Phone-Info/Makefile
+++ b/net/p5-Phone-Info/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS= p5-Net-WhitePages>=0:${PORTSDIR}/net/p5-Net-WhitePages
USES= perl5
USE_PERL5= configure
-MAN3= Phone::Info.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Phone-Info/pkg-plist b/net/p5-Phone-Info/pkg-plist
index fcb5a18bb95..a56d7778ac6 100644
--- a/net/p5-Phone-Info/pkg-plist
+++ b/net/p5-Phone-Info/pkg-plist
@@ -1,6 +1,7 @@
bin/phoneinfo
%%SITE_PERL%%/Phone/Info.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Phone/Info/.packlist
+%%PERL5_MAN3%%/Phone::Info.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Phone/Info
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Phone
@dirrmtry %%SITE_PERL%%/Phone
diff --git a/net/p5-Test-URI/Makefile b/net/p5-Test-URI/Makefile
index ad6712c013f..5a28549f7c9 100644
--- a/net/p5-Test-URI/Makefile
+++ b/net/p5-Test-URI/Makefile
@@ -19,7 +19,4 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
USES= perl5
USE_PERL5= configure
-MAN3= Test::URI.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-Test-URI/pkg-descr b/net/p5-Test-URI/pkg-descr
index 4a25b077518..8a0b6b8b97d 100644
--- a/net/p5-Test-URI/pkg-descr
+++ b/net/p5-Test-URI/pkg-descr
@@ -1,3 +1,3 @@
Perl module for check various parts of Uniform Resource Locators.
-WWW: http://search.cpan.org/dist/Test-URI/
+WWW: http://search.cpan.org/dist/Test-URI/
diff --git a/net/p5-Test-URI/pkg-plist b/net/p5-Test-URI/pkg-plist
index d6170de3d7c..e6d58102ad9 100644
--- a/net/p5-Test-URI/pkg-plist
+++ b/net/p5-Test-URI/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/URI/.packlist
%%SITE_PERL%%/Test/URI.pm
+%%PERL5_MAN3%%/Test::URI.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/URI
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test
diff --git a/net/p5-URI-FromHash/Makefile b/net/p5-URI-FromHash/Makefile
index 993d85c0dec..bab7c3e0961 100644
--- a/net/p5-URI-FromHash/Makefile
+++ b/net/p5-URI-FromHash/Makefile
@@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= URI::FromHash.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/p5-URI-FromHash/pkg-plist b/net/p5-URI-FromHash/pkg-plist
index a1b66aea631..d90f7ab70de 100644
--- a/net/p5-URI-FromHash/pkg-plist
+++ b/net/p5-URI-FromHash/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/FromHash/.packlist
%%SITE_PERL%%/URI/FromHash.pm
+%%PERL5_MAN3%%/URI::FromHash.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/FromHash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI
@dirrmtry %%SITE_PERL%%/URI