aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Class-AutoClass/Makefile3
-rw-r--r--devel/p5-Class-AutoClass/pkg-plist1
-rw-r--r--devel/p5-Class-Load-XS/Makefile3
-rw-r--r--devel/p5-Class-Load-XS/pkg-plist1
-rw-r--r--devel/p5-Config-Model-Tester/Makefile3
-rw-r--r--devel/p5-Config-Model-Tester/pkg-plist1
-rw-r--r--devel/p5-Data-Domain/Makefile3
-rw-r--r--devel/p5-Data-Domain/pkg-plist1
-rw-r--r--devel/p5-Data-Validator/Makefile10
-rw-r--r--devel/p5-Data-Validator/pkg-plist8
10 files changed, 12 insertions, 22 deletions
diff --git a/devel/p5-Class-AutoClass/Makefile b/devel/p5-Class-AutoClass/Makefile
index 66f9339cf39c..c5bbb4052a6b 100644
--- a/devel/p5-Class-AutoClass/Makefile
+++ b/devel/p5-Class-AutoClass/Makefile
@@ -20,10 +20,7 @@ TEST_DEPENDS= p5-IO-stringy>=2.1:${PORTSDIR}/devel/p5-IO-stringy \
p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Pod>=1.48:${PORTSDIR}/devel/p5-Test-Pod
-NO_STAGE= yes
USE_PERL5= modbuild
USES= perl5
-MAN3= Class::AutoClass.3
-
.include <bsd.port.mk>
diff --git a/devel/p5-Class-AutoClass/pkg-plist b/devel/p5-Class-AutoClass/pkg-plist
index 34f2ec74336e..5eb9b4fcbff9 100644
--- a/devel/p5-Class-AutoClass/pkg-plist
+++ b/devel/p5-Class-AutoClass/pkg-plist
@@ -1,4 +1,5 @@
%%SITE_PERL%%/Class/AutoClass.pm
%%SITE_PERL%%/Class/AutoClass/Root.pm
+%%PERL5_MAN3%%/Class::AutoClass.3.gz
@dirrm %%SITE_PERL%%/Class/AutoClass
@dirrmtry %%SITE_PERL%%/Class
diff --git a/devel/p5-Class-Load-XS/Makefile b/devel/p5-Class-Load-XS/Makefile
index d7b4d3c28984..f330facea221 100644
--- a/devel/p5-Class-Load-XS/Makefile
+++ b/devel/p5-Class-Load-XS/Makefile
@@ -22,7 +22,4 @@ TEST_DEPENDS= p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Impleme
USE_PERL5= modbuild
USES= perl5
-MAN3= Class::Load::XS.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Class-Load-XS/pkg-plist b/devel/p5-Class-Load-XS/pkg-plist
index 3f2fc510542c..d40dbdfd4e13 100644
--- a/devel/p5-Class-Load-XS/pkg-plist
+++ b/devel/p5-Class-Load-XS/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Class/Load/XS.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load/XS/XS.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load/XS/XS.bs
+%%PERL5_MAN3%%/Class::Load::XS.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load/XS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Load
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
diff --git a/devel/p5-Config-Model-Tester/Makefile b/devel/p5-Config-Model-Tester/Makefile
index 2c73867a878a..61d963063e02 100644
--- a/devel/p5-Config-Model-Tester/Makefile
+++ b/devel/p5-Config-Model-Tester/Makefile
@@ -25,10 +25,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS_INSTALL= p5-Config-Model-2.0[0-3][0-9] p5-Config-Model-2.040
-NO_STAGE= yes
USE_PERL5= modbuild
USES= perl5
-MAN3= Config::Model::Tester.3
-
.include <bsd.port.mk>
diff --git a/devel/p5-Config-Model-Tester/pkg-plist b/devel/p5-Config-Model-Tester/pkg-plist
index fda920d25aa4..8eac63b6b6cd 100644
--- a/devel/p5-Config-Model-Tester/pkg-plist
+++ b/devel/p5-Config-Model-Tester/pkg-plist
@@ -1,3 +1,4 @@
%%SITE_PERL%%/Config/Model/Tester.pm
+%%PERL5_MAN3%%/Config::Model::Tester.3.gz
@dirrmtry %%SITE_PERL%%/Config/Model
@dirrmtry %%SITE_PERL%%/Config
diff --git a/devel/p5-Data-Domain/Makefile b/devel/p5-Data-Domain/Makefile
index e17b7c24bf47..157349c92451 100644
--- a/devel/p5-Data-Domain/Makefile
+++ b/devel/p5-Data-Domain/Makefile
@@ -25,7 +25,4 @@ TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
USE_PERL5= modbuild
USES= perl5
-MAN3= Data::Domain.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Data-Domain/pkg-plist b/devel/p5-Data-Domain/pkg-plist
index c02bddefd60d..ffed2d78e1db 100644
--- a/devel/p5-Data-Domain/pkg-plist
+++ b/devel/p5-Data-Domain/pkg-plist
@@ -1,2 +1,3 @@
%%SITE_PERL%%/Data/Domain.pm
+%%PERL5_MAN3%%/Data::Domain.3.gz
@dirrmtry %%SITE_PERL%%/Data
diff --git a/devel/p5-Data-Validator/Makefile b/devel/p5-Data-Validator/Makefile
index 5f2030f69b88..80dbc6d5f37e 100644
--- a/devel/p5-Data-Validator/Makefile
+++ b/devel/p5-Data-Validator/Makefile
@@ -21,16 +21,6 @@ TEST_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
USE_PERL5= modbuild
USES= perl5
-MAN3= Data::Validator.3 \
- Data::Validator::Role::AllowExtra.3 \
- Data::Validator::Role::Croak.3 \
- Data::Validator::Role::Method.3 \
- Data::Validator::Role::NoRestricted.3 \
- Data::Validator::Role::NoThrow.3 \
- Data::Validator::Role::Sequenced.3 \
- Data::Validator::Role::StrictSequenced.3
-
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
diff --git a/devel/p5-Data-Validator/pkg-plist b/devel/p5-Data-Validator/pkg-plist
index 7c11f6a10a6e..46be2f66a544 100644
--- a/devel/p5-Data-Validator/pkg-plist
+++ b/devel/p5-Data-Validator/pkg-plist
@@ -6,6 +6,14 @@
%%SITE_PERL%%/Data/Validator/Role/NoThrow.pm
%%SITE_PERL%%/Data/Validator/Role/Sequenced.pm
%%SITE_PERL%%/Data/Validator/Role/StrictSequenced.pm
+%%PERL5_MAN3%%/Data::Validator.3.gz
+%%PERL5_MAN3%%/Data::Validator::Role::AllowExtra.3.gz
+%%PERL5_MAN3%%/Data::Validator::Role::Croak.3.gz
+%%PERL5_MAN3%%/Data::Validator::Role::Method.3.gz
+%%PERL5_MAN3%%/Data::Validator::Role::NoRestricted.3.gz
+%%PERL5_MAN3%%/Data::Validator::Role::NoThrow.3.gz
+%%PERL5_MAN3%%/Data::Validator::Role::Sequenced.3.gz
+%%PERL5_MAN3%%/Data::Validator::Role::StrictSequenced.3.gz
@dirrm %%SITE_PERL%%/Data/Validator/Role
@dirrm %%SITE_PERL%%/Data/Validator
@dirrmtry %%SITE_PERL%%/Data