aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-10-27 12:17:59 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-10-27 12:17:59 +0000
commitfd4e35831a8c407fa185cbf3a763c818415f7618 (patch)
tree9dee9b654aef1a6eff3b6ef5f0b005bf86d0353e
parent60aa3676a4ee1c2342abe634c477311e1b5762f8 (diff)
downloadports-fd4e35831a8c407fa185cbf3a763c818415f7618.tar.gz
ports-fd4e35831a8c407fa185cbf3a763c818415f7618.zip
Notes
-rw-r--r--devel/p5-AI-Pathfinding-AStar/Makefile3
-rw-r--r--devel/p5-AI-Pathfinding-AStar/pkg-plist1
-rw-r--r--devel/p5-AI-Prolog/Makefile22
-rw-r--r--devel/p5-AI-Prolog/pkg-plist44
-rw-r--r--devel/p5-Agent/Makefile4
-rw-r--r--devel/p5-Agent/pkg-plist4
-rw-r--r--devel/p5-Algorithm-Annotate/Makefile3
-rw-r--r--devel/p5-Algorithm-Annotate/pkg-plist5
-rw-r--r--devel/p5-Algorithm-C3/Makefile3
-rw-r--r--devel/p5-Algorithm-C3/pkg-plist1
-rw-r--r--devel/p5-Algorithm-Cluster/Makefile3
-rw-r--r--devel/p5-Algorithm-Cluster/pkg-plist3
-rw-r--r--devel/p5-Algorithm-Dependency-Objects/Makefile4
-rw-r--r--devel/p5-Algorithm-Dependency-Objects/pkg-plist2
-rw-r--r--devel/p5-Algorithm-Dependency/Makefile10
-rw-r--r--devel/p5-Algorithm-Dependency/pkg-plist14
-rw-r--r--devel/p5-Algorithm-Evolutionary/Makefile83
-rw-r--r--devel/p5-Algorithm-Evolutionary/pkg-plist81
-rw-r--r--devel/p5-Algorithm-FloodControl/Makefile6
-rw-r--r--devel/p5-Algorithm-FloodControl/pkg-plist15
-rw-r--r--devel/p5-Algorithm-LCS/Makefile3
-rw-r--r--devel/p5-Algorithm-LCS/pkg-plist3
-rw-r--r--devel/p5-Algorithm-LUHN/Makefile3
-rw-r--r--devel/p5-Algorithm-LUHN/pkg-plist1
-rw-r--r--devel/p5-Algorithm-MarkovChain/Makefile3
-rw-r--r--devel/p5-Algorithm-MarkovChain/pkg-plist1
-rw-r--r--devel/p5-Algorithm-Merge/Makefile3
-rw-r--r--devel/p5-Algorithm-Merge/pkg-plist3
-rw-r--r--devel/p5-Algorithm-MinMax/Makefile3
-rw-r--r--devel/p5-Algorithm-MinMax/pkg-plist1
-rw-r--r--devel/p5-Algorithm-NaiveBayes/Makefile3
-rw-r--r--devel/p5-Algorithm-NaiveBayes/pkg-plist1
-rw-r--r--devel/p5-Algorithm-Networksort/Makefile3
-rw-r--r--devel/p5-Algorithm-Networksort/pkg-plist1
-rw-r--r--devel/p5-Algorithm-Numerical-Shuffle/Makefile3
-rw-r--r--devel/p5-Algorithm-Numerical-Shuffle/pkg-plist1
-rw-r--r--devel/p5-Alias/Makefile3
-rw-r--r--devel/p5-Alias/pkg-plist5
-rw-r--r--devel/p5-AnyData/Makefile15
-rw-r--r--devel/p5-AnyData/pkg-plist17
40 files changed, 175 insertions, 212 deletions
diff --git a/devel/p5-AI-Pathfinding-AStar/Makefile b/devel/p5-AI-Pathfinding-AStar/Makefile
index 03cf14cfd6f9..a9e10f2e1501 100644
--- a/devel/p5-AI-Pathfinding-AStar/Makefile
+++ b/devel/p5-AI-Pathfinding-AStar/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= AI::Pathfinding::AStar.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-AI-Pathfinding-AStar/pkg-plist b/devel/p5-AI-Pathfinding-AStar/pkg-plist
index 833c971f9631..8872dccd670e 100644
--- a/devel/p5-AI-Pathfinding-AStar/pkg-plist
+++ b/devel/p5-AI-Pathfinding-AStar/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/AI::Pathfinding::AStar.3.gz
%%SITE_PERL%%/AI/Pathfinding/AStar.pm
%%SITE_PERL%%/AI/Pathfinding/AStar/AStarNode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Pathfinding/AStar/.packlist
diff --git a/devel/p5-AI-Prolog/Makefile b/devel/p5-AI-Prolog/Makefile
index 2eabb31c0060..50b75ea984d3 100644
--- a/devel/p5-AI-Prolog/Makefile
+++ b/devel/p5-AI-Prolog/Makefile
@@ -24,26 +24,4 @@ USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS+=</dev/null
-MAN1= aiprolog.1
-MAN3= AI::Prolog.3 \
- AI::Prolog::Article.3 \
- AI::Prolog::Builtins.3 \
- AI::Prolog::ChoicePoint.3 \
- AI::Prolog::Cookbook.3 \
- AI::Prolog::Engine.3 \
- AI::Prolog::Engine::Primitives.3 \
- AI::Prolog::Introduction.3 \
- AI::Prolog::KnowledgeBase.3 \
- AI::Prolog::Parser.3 \
- AI::Prolog::Parser::PreProcessor.3 \
- AI::Prolog::Parser::PreProcessor::Math.3 \
- AI::Prolog::Term.3 \
- AI::Prolog::Term::Cut.3 \
- AI::Prolog::Term::Number.3 \
- AI::Prolog::TermList.3 \
- AI::Prolog::TermList::Clause.3 \
- AI::Prolog::TermList::Primitive.3 \
- AI::Prolog::TermList::Step.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-AI-Prolog/pkg-plist b/devel/p5-AI-Prolog/pkg-plist
index 3baffb3d3709..a38ebf7b3d63 100644
--- a/devel/p5-AI-Prolog/pkg-plist
+++ b/devel/p5-AI-Prolog/pkg-plist
@@ -1,23 +1,46 @@
bin/aiprolog
-%%SITE_PERL%%/AI/Prolog/Introduction.pod
+%%PERL5_MAN3%%/AI::Prolog.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Article.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Builtins.3.gz
+%%PERL5_MAN3%%/AI::Prolog::ChoicePoint.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Cookbook.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Engine.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Engine::Primitives.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Introduction.3.gz
+%%PERL5_MAN3%%/AI::Prolog::KnowledgeBase.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Parser.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Parser::PreProcessor.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Parser::PreProcessor::Math.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Term.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Term::Cut.3.gz
+%%PERL5_MAN3%%/AI::Prolog::Term::Number.3.gz
+%%PERL5_MAN3%%/AI::Prolog::TermList.3.gz
+%%PERL5_MAN3%%/AI::Prolog::TermList::Clause.3.gz
+%%PERL5_MAN3%%/AI::Prolog::TermList::Primitive.3.gz
+%%PERL5_MAN3%%/AI::Prolog::TermList::Step.3.gz
+%%SITE_PERL%%/AI/Prolog.pm
%%SITE_PERL%%/AI/Prolog/Article.pod
-%%SITE_PERL%%/AI/Prolog/TermList.pm
-%%SITE_PERL%%/AI/Prolog/Parser.pm
%%SITE_PERL%%/AI/Prolog/Builtins.pod
%%SITE_PERL%%/AI/Prolog/ChoicePoint.pm
%%SITE_PERL%%/AI/Prolog/Cookbook.pod
-%%SITE_PERL%%/AI/Prolog/Term.pm
%%SITE_PERL%%/AI/Prolog/Engine.pm
+%%SITE_PERL%%/AI/Prolog/Engine/Primitives.pm
+%%SITE_PERL%%/AI/Prolog/Introduction.pod
%%SITE_PERL%%/AI/Prolog/KnowledgeBase.pm
+%%SITE_PERL%%/AI/Prolog/Parser.pm
%%SITE_PERL%%/AI/Prolog/Parser/PreProcessor.pm
%%SITE_PERL%%/AI/Prolog/Parser/PreProcessor/Math.pm
-%%SITE_PERL%%/AI/Prolog/TermList/Primitive.pm
-%%SITE_PERL%%/AI/Prolog/TermList/Clause.pm
-%%SITE_PERL%%/AI/Prolog/TermList/Step.pm
-%%SITE_PERL%%/AI/Prolog/Engine/Primitives.pm
+%%SITE_PERL%%/AI/Prolog/Term.pm
%%SITE_PERL%%/AI/Prolog/Term/Cut.pm
%%SITE_PERL%%/AI/Prolog/Term/Number.pm
-%%SITE_PERL%%/AI/Prolog.pm
+%%SITE_PERL%%/AI/Prolog/TermList.pm
+%%SITE_PERL%%/AI/Prolog/TermList/Clause.pm
+%%SITE_PERL%%/AI/Prolog/TermList/Primitive.pm
+%%SITE_PERL%%/AI/Prolog/TermList/Step.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Prolog/.packlist
+man/man1/aiprolog.1.gz
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Prolog
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI
@dirrm %%SITE_PERL%%/AI/Prolog/TermList
@dirrm %%SITE_PERL%%/AI/Prolog/Term
@dirrm %%SITE_PERL%%/AI/Prolog/Parser/PreProcessor
@@ -25,6 +48,3 @@ bin/aiprolog
@dirrm %%SITE_PERL%%/AI/Prolog/Engine
@dirrm %%SITE_PERL%%/AI/Prolog
@dirrmtry %%SITE_PERL%%/AI
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Prolog/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Prolog
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI
diff --git a/devel/p5-Agent/Makefile b/devel/p5-Agent/Makefile
index 6f230a612e46..a6b7631ff562 100644
--- a/devel/p5-Agent/Makefile
+++ b/devel/p5-Agent/Makefile
@@ -16,8 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Agent.3 Agent::Transport::TCP.3 \
- Agent::Transport.3 Agent::Message.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Agent/pkg-plist b/devel/p5-Agent/pkg-plist
index 1596be8b1e93..3715c5783937 100644
--- a/devel/p5-Agent/pkg-plist
+++ b/devel/p5-Agent/pkg-plist
@@ -1,3 +1,7 @@
+%%PERL5_MAN3%%/Agent.3.gz
+%%PERL5_MAN3%%/Agent::Message.3.gz
+%%PERL5_MAN3%%/Agent::Transport.3.gz
+%%PERL5_MAN3%%/Agent::Transport::TCP.3.gz
%%SITE_PERL%%/Agent.pm
%%SITE_PERL%%/Agent/Message.pm
%%SITE_PERL%%/Agent/Transport.pm
diff --git a/devel/p5-Algorithm-Annotate/Makefile b/devel/p5-Algorithm-Annotate/Makefile
index 326dd247c752..571ef72de134 100644
--- a/devel/p5-Algorithm-Annotate/Makefile
+++ b/devel/p5-Algorithm-Annotate/Makefile
@@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::Annotate.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Annotate/pkg-plist b/devel/p5-Algorithm-Annotate/pkg-plist
index a6387c9696ac..97ca214e4300 100644
--- a/devel/p5-Algorithm-Annotate/pkg-plist
+++ b/devel/p5-Algorithm-Annotate/pkg-plist
@@ -1,5 +1,6 @@
+%%PERL5_MAN3%%/Algorithm::Annotate.3.gz
%%SITE_PERL%%/Algorithm/Annotate.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Annotate/.packlist
-@dirrmtry %%SITE_PERL%%/Algorithm
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Annotate
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Annotate
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
+@dirrmtry %%SITE_PERL%%/Algorithm
diff --git a/devel/p5-Algorithm-C3/Makefile b/devel/p5-Algorithm-C3/Makefile
index d87a6c2ac29a..d8b3e8bf93e5 100644
--- a/devel/p5-Algorithm-C3/Makefile
+++ b/devel/p5-Algorithm-C3/Makefile
@@ -13,7 +13,4 @@ COMMENT= Module for merging hierarchies using the C3 algorithm
USES= perl5
USE_PERL5= modbuild
-MAN3= Algorithm::C3.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-C3/pkg-plist b/devel/p5-Algorithm-C3/pkg-plist
index 19c3dbea10e3..ee0eab90dc58 100644
--- a/devel/p5-Algorithm-C3/pkg-plist
+++ b/devel/p5-Algorithm-C3/pkg-plist
@@ -1,2 +1,3 @@
+%%PERL5_MAN3%%/Algorithm::C3.3.gz
%%SITE_PERL%%/Algorithm/C3.pm
@dirrmtry %%SITE_PERL%%/Algorithm
diff --git a/devel/p5-Algorithm-Cluster/Makefile b/devel/p5-Algorithm-Cluster/Makefile
index ecf006bc0a67..d345ec756710 100644
--- a/devel/p5-Algorithm-Cluster/Makefile
+++ b/devel/p5-Algorithm-Cluster/Makefile
@@ -16,7 +16,4 @@ MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::Cluster.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Cluster/pkg-plist b/devel/p5-Algorithm-Cluster/pkg-plist
index 57bb8e8e8f77..1ca39366d9d9 100644
--- a/devel/p5-Algorithm-Cluster/pkg-plist
+++ b/devel/p5-Algorithm-Cluster/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Algorithm::Cluster.3.gz
%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster/Record.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/.packlist
@@ -5,5 +6,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/Cluster.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm
diff --git a/devel/p5-Algorithm-Dependency-Objects/Makefile b/devel/p5-Algorithm-Dependency-Objects/Makefile
index aea2fa5d755d..f0380de0e940 100644
--- a/devel/p5-Algorithm-Dependency-Objects/Makefile
+++ b/devel/p5-Algorithm-Dependency-Objects/Makefile
@@ -15,11 +15,7 @@ BUILD_DEPENDS= p5-Set-Object>0:${PORTSDIR}/devel/p5-Set-Object \
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep
RUN_DEPENDS:= ${BUILD_DEPENDS}
-MAN3= Algorithm::Dependency::Objects.3 \
- Algorithm::Dependency::Objects::Ordered.3
-
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Dependency-Objects/pkg-plist b/devel/p5-Algorithm-Dependency-Objects/pkg-plist
index 591549bab955..3f6caf2869a5 100644
--- a/devel/p5-Algorithm-Dependency-Objects/pkg-plist
+++ b/devel/p5-Algorithm-Dependency-Objects/pkg-plist
@@ -1,3 +1,5 @@
+%%PERL5_MAN3%%/Algorithm::Dependency::Objects.3.gz
+%%PERL5_MAN3%%/Algorithm::Dependency::Objects::Ordered.3.gz
%%SITE_PERL%%/Algorithm/Dependency/Objects.pm
%%SITE_PERL%%/Algorithm/Dependency/Objects/Ordered.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency/Objects/.packlist
diff --git a/devel/p5-Algorithm-Dependency/Makefile b/devel/p5-Algorithm-Dependency/Makefile
index 92d017f94070..323fd4080e49 100644
--- a/devel/p5-Algorithm-Dependency/Makefile
+++ b/devel/p5-Algorithm-Dependency/Makefile
@@ -14,17 +14,7 @@ RUN_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util
BUILD_DEPENDS:= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI
-MAN3= Algorithm::Dependency.3 \
- Algorithm::Dependency::Item.3 \
- Algorithm::Dependency::Ordered.3 \
- Algorithm::Dependency::Source.3 \
- Algorithm::Dependency::Source::File.3 \
- Algorithm::Dependency::Source::HoA.3 \
- Algorithm::Dependency::Source::Invert.3 \
- Algorithm::Dependency::Weight.3
-
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Dependency/pkg-plist b/devel/p5-Algorithm-Dependency/pkg-plist
index a834d0e7b660..376d5787efde 100644
--- a/devel/p5-Algorithm-Dependency/pkg-plist
+++ b/devel/p5-Algorithm-Dependency/pkg-plist
@@ -1,14 +1,22 @@
+%%PERL5_MAN3%%/Algorithm::Dependency.3.gz
+%%PERL5_MAN3%%/Algorithm::Dependency::Item.3.gz
+%%PERL5_MAN3%%/Algorithm::Dependency::Ordered.3.gz
+%%PERL5_MAN3%%/Algorithm::Dependency::Source.3.gz
+%%PERL5_MAN3%%/Algorithm::Dependency::Source::File.3.gz
+%%PERL5_MAN3%%/Algorithm::Dependency::Source::HoA.3.gz
+%%PERL5_MAN3%%/Algorithm::Dependency::Source::Invert.3.gz
+%%PERL5_MAN3%%/Algorithm::Dependency::Weight.3.gz
%%SITE_PERL%%/Algorithm/Dependency.pm
%%SITE_PERL%%/Algorithm/Dependency/Item.pm
%%SITE_PERL%%/Algorithm/Dependency/Ordered.pm
%%SITE_PERL%%/Algorithm/Dependency/Source.pm
-%%SITE_PERL%%/Algorithm/Dependency/Source/Invert.pm
%%SITE_PERL%%/Algorithm/Dependency/Source/File.pm
%%SITE_PERL%%/Algorithm/Dependency/Source/HoA.pm
+%%SITE_PERL%%/Algorithm/Dependency/Source/Invert.pm
%%SITE_PERL%%/Algorithm/Dependency/Weight.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
@dirrm %%SITE_PERL%%/Algorithm/Dependency/Source
-@dirrm %%SITE_PERL%%/Algorithm/Dependency
+@dirrmtry %%SITE_PERL%%/Algorithm/Dependency
@dirrmtry %%SITE_PERL%%/Algorithm
diff --git a/devel/p5-Algorithm-Evolutionary/Makefile b/devel/p5-Algorithm-Evolutionary/Makefile
index 971cef27cb47..aca0e64978f8 100644
--- a/devel/p5-Algorithm-Evolutionary/Makefile
+++ b/devel/p5-Algorithm-Evolutionary/Makefile
@@ -32,87 +32,4 @@ TEST_DEPENDS= p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes \
USES= perl5
USE_PERL5= configure
-MAN1= canonical-genetic-algorithm.pl.1 \
- rectangle-coverage.pl.1 \
- tide_bitstring.pl.1 \
- tide_float.pl.1
-MAN3= Algorithm::Evolutionary.3 \
- Algorithm::Evolutionary::Experiment.3 \
- Algorithm::Evolutionary::Fitness::Any.3 \
- Algorithm::Evolutionary::Fitness::Base.3 \
- Algorithm::Evolutionary::Fitness::ECC.3 \
- Algorithm::Evolutionary::Fitness::Knapsack.3 \
- Algorithm::Evolutionary::Fitness::MMDP.3 \
- Algorithm::Evolutionary::Fitness::ONEMAX.3 \
- Algorithm::Evolutionary::Fitness::P_Peaks.3 \
- Algorithm::Evolutionary::Fitness::Rastrigin.3 \
- Algorithm::Evolutionary::Fitness::Royal_Road.3 \
- Algorithm::Evolutionary::Fitness::String.3 \
- Algorithm::Evolutionary::Fitness::Trap.3 \
- Algorithm::Evolutionary::Fitness::ZDT1.3 \
- Algorithm::Evolutionary::Fitness::wP_Peaks.3 \
- Algorithm::Evolutionary::Hash_Wheel.3 \
- Algorithm::Evolutionary::Individual::Any.3 \
- Algorithm::Evolutionary::Individual::Base.3 \
- Algorithm::Evolutionary::Individual::BitString.3 \
- Algorithm::Evolutionary::Individual::Bit_Vector.3 \
- Algorithm::Evolutionary::Individual::String.3 \
- Algorithm::Evolutionary::Individual::Tree.3 \
- Algorithm::Evolutionary::Individual::Vector.3 \
- Algorithm::Evolutionary::Op::Animated_GIF_Output.3 \
- Algorithm::Evolutionary::Op::ArithCrossover.3 \
- Algorithm::Evolutionary::Op::Base.3 \
- Algorithm::Evolutionary::Op::Bitflip.3 \
- Algorithm::Evolutionary::Op::Breeder.3 \
- Algorithm::Evolutionary::Op::Breeder_Diverser.3 \
- Algorithm::Evolutionary::Op::CX.3 \
- Algorithm::Evolutionary::Op::CanonicalGA.3 \
- Algorithm::Evolutionary::Op::Canonical_GA_NN.3 \
- Algorithm::Evolutionary::Op::ChangeLengthMutation.3 \
- Algorithm::Evolutionary::Op::Combined.3 \
- Algorithm::Evolutionary::Op::Convergence_Terminator.3 \
- Algorithm::Evolutionary::Op::Creator.3 \
- Algorithm::Evolutionary::Op::Crossover.3 \
- Algorithm::Evolutionary::Op::DeltaTerm.3 \
- Algorithm::Evolutionary::Op::EDA_step.3 \
- Algorithm::Evolutionary::Op::Easy.3 \
- Algorithm::Evolutionary::Op::Easy_MO.3 \
- Algorithm::Evolutionary::Op::Eval::General.3 \
- Algorithm::Evolutionary::Op::Eval::MO_Rank.3 \
- Algorithm::Evolutionary::Op::FullAlgorithm.3 \
- Algorithm::Evolutionary::Op::GaussianMutation.3 \
- Algorithm::Evolutionary::Op::Gene_Boundary_Crossover.3 \
- Algorithm::Evolutionary::Op::GeneralGeneration.3 \
- Algorithm::Evolutionary::Op::Generation_Skeleton.3 \
- Algorithm::Evolutionary::Op::GenerationalTerm.3 \
- Algorithm::Evolutionary::Op::IncMutation.3 \
- Algorithm::Evolutionary::Op::Inverover.3 \
- Algorithm::Evolutionary::Op::LinearFreezer.3 \
- Algorithm::Evolutionary::Op::Mutation.3 \
- Algorithm::Evolutionary::Op::NoChangeTerm.3 \
- Algorithm::Evolutionary::Op::Novelty_Mutation.3 \
- Algorithm::Evolutionary::Op::Permutation.3 \
- Algorithm::Evolutionary::Op::Population_Output.3 \
- Algorithm::Evolutionary::Op::QuadXOver.3 \
- Algorithm::Evolutionary::Op::Quad_Crossover_Diff.3 \
- Algorithm::Evolutionary::Op::Replace_Different.3 \
- Algorithm::Evolutionary::Op::Replace_Worst.3 \
- Algorithm::Evolutionary::Op::RouletteWheel.3 \
- Algorithm::Evolutionary::Op::Selector.3 \
- Algorithm::Evolutionary::Op::SimulatedAnnealing.3 \
- Algorithm::Evolutionary::Op::Storing.3 \
- Algorithm::Evolutionary::Op::StringRand.3 \
- Algorithm::Evolutionary::Op::String_Mutation.3 \
- Algorithm::Evolutionary::Op::TournamentSelect.3 \
- Algorithm::Evolutionary::Op::Tournament_Selection.3 \
- Algorithm::Evolutionary::Op::TreeMutation.3 \
- Algorithm::Evolutionary::Op::Uniform_Crossover.3 \
- Algorithm::Evolutionary::Op::Uniform_Crossover_Diff.3 \
- Algorithm::Evolutionary::Op::VectorCrossover.3 \
- Algorithm::Evolutionary::Run.3 \
- Algorithm::Evolutionary::Utils.3 \
- Algorithm::Evolutionary::Wheel.3 \
- Algorithm::Evolutionary::XML.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Evolutionary/pkg-plist b/devel/p5-Algorithm-Evolutionary/pkg-plist
index 0d5497549e56..af6d3b30dddc 100644
--- a/devel/p5-Algorithm-Evolutionary/pkg-plist
+++ b/devel/p5-Algorithm-Evolutionary/pkg-plist
@@ -2,6 +2,83 @@ bin/canonical-genetic-algorithm.pl
bin/rectangle-coverage.pl
bin/tide_bitstring.pl
bin/tide_float.pl
+%%PERL5_MAN3%%/Algorithm::Evolutionary.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Experiment.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Any.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Base.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::ECC.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Knapsack.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::MMDP.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::ONEMAX.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::P_Peaks.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Rastrigin.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Royal_Road.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::String.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Trap.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::ZDT1.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::wP_Peaks.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Hash_Wheel.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Any.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Base.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::BitString.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Bit_Vector.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::String.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Tree.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Vector.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Animated_GIF_Output.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::ArithCrossover.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Base.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Bitflip.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Breeder.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Breeder_Diverser.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::CX.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::CanonicalGA.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Canonical_GA_NN.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::ChangeLengthMutation.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Combined.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Convergence_Terminator.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Creator.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Crossover.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::DeltaTerm.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::EDA_step.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Easy.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Easy_MO.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Eval::General.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Eval::MO_Rank.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::FullAlgorithm.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::GaussianMutation.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Gene_Boundary_Crossover.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::GeneralGeneration.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Generation_Skeleton.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::GenerationalTerm.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::IncMutation.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Inverover.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::LinearFreezer.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Mutation.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::NoChangeTerm.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Novelty_Mutation.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Permutation.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Population_Output.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::QuadXOver.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Quad_Crossover_Diff.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Replace_Different.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Replace_Worst.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::RouletteWheel.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Selector.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::SimulatedAnnealing.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Storing.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::StringRand.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::String_Mutation.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::TournamentSelect.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Tournament_Selection.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::TreeMutation.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Uniform_Crossover.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Uniform_Crossover_Diff.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::VectorCrossover.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Run.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Utils.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::Wheel.3.gz
+%%PERL5_MAN3%%/Algorithm::Evolutionary::XML.3.gz
%%SITE_PERL%%/Algorithm/Evolutionary.pm
%%SITE_PERL%%/Algorithm/Evolutionary/Experiment.pm
%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/Any.pm
@@ -80,6 +157,10 @@ bin/tide_float.pl
%%SITE_PERL%%/Algorithm/Evolutionary/Wheel.pm
%%SITE_PERL%%/Algorithm/Evolutionary/XML.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Evolutionary/.packlist
+man/man1/canonical-genetic-algorithm.pl.1.gz
+man/man1/rectangle-coverage.pl.1.gz
+man/man1/tide_bitstring.pl.1.gz
+man/man1/tide_float.pl.1.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Evolutionary
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
@dirrm %%SITE_PERL%%/Algorithm/Evolutionary/Op/Eval
diff --git a/devel/p5-Algorithm-FloodControl/Makefile b/devel/p5-Algorithm-FloodControl/Makefile
index 658c0d51d0b3..60d4912639a2 100644
--- a/devel/p5-Algorithm-FloodControl/Makefile
+++ b/devel/p5-Algorithm-FloodControl/Makefile
@@ -20,10 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::FloodControl.3 Algorithm::FloodControl::Backend::Cache::Memcached.3 \
- Algorithm::FloodControl::Backend::Cache::Memcached::Fast.3 \
- Algorithm::FloodControl::Backend::Cache::FastMmap.3 \
- Algorithm::FloodControl::Backend.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-FloodControl/pkg-plist b/devel/p5-Algorithm-FloodControl/pkg-plist
index 7951e4fd251f..fd00d020b073 100644
--- a/devel/p5-Algorithm-FloodControl/pkg-plist
+++ b/devel/p5-Algorithm-FloodControl/pkg-plist
@@ -1,13 +1,18 @@
+%%PERL5_MAN3%%/Algorithm::FloodControl.3.gz
+%%PERL5_MAN3%%/Algorithm::FloodControl::Backend.3.gz
+%%PERL5_MAN3%%/Algorithm::FloodControl::Backend::Cache::FastMmap.3.gz
+%%PERL5_MAN3%%/Algorithm::FloodControl::Backend::Cache::Memcached.3.gz
+%%PERL5_MAN3%%/Algorithm::FloodControl::Backend::Cache::Memcached::Fast.3.gz
%%SITE_PERL%%/Algorithm/FloodControl.pm
%%SITE_PERL%%/Algorithm/FloodControl/Backend.pm
%%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/FastMmap.pm
%%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/Memcached.pm
%%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/Memcached/Fast.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/FloodControl/.packlist
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/FloodControl
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/FloodControl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
-@dirrmtry %%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/Memcached
-@dirrmtry %%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache
-@dirrmtry %%SITE_PERL%%/Algorithm/FloodControl/Backend
-@dirrmtry %%SITE_PERL%%/Algorithm/FloodControl
+@dirrm %%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/Memcached
+@dirrm %%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache
+@dirrm %%SITE_PERL%%/Algorithm/FloodControl/Backend
+@dirrm %%SITE_PERL%%/Algorithm/FloodControl
@dirrmtry %%SITE_PERL%%/Algorithm
diff --git a/devel/p5-Algorithm-LCS/Makefile b/devel/p5-Algorithm-LCS/Makefile
index 75a9dbea85a6..88426b5709f9 100644
--- a/devel/p5-Algorithm-LCS/Makefile
+++ b/devel/p5-Algorithm-LCS/Makefile
@@ -14,7 +14,4 @@ COMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::LCS.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-LCS/pkg-plist b/devel/p5-Algorithm-LCS/pkg-plist
index 9a05c8a9d407..18bfddd1be5a 100644
--- a/devel/p5-Algorithm-LCS/pkg-plist
+++ b/devel/p5-Algorithm-LCS/pkg-plist
@@ -1,7 +1,8 @@
+%%PERL5_MAN3%%/Algorithm::LCS.3.gz
%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/LCS.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.so
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm
diff --git a/devel/p5-Algorithm-LUHN/Makefile b/devel/p5-Algorithm-LUHN/Makefile
index 08336f267ff5..df54d9b1aabc 100644
--- a/devel/p5-Algorithm-LUHN/Makefile
+++ b/devel/p5-Algorithm-LUHN/Makefile
@@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Calculate the Modulus 10 Double Add Double checksum
-MAN3= Algorithm::LUHN.3
-
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-LUHN/pkg-plist b/devel/p5-Algorithm-LUHN/pkg-plist
index c242176579a6..8e4c9629b512 100644
--- a/devel/p5-Algorithm-LUHN/pkg-plist
+++ b/devel/p5-Algorithm-LUHN/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Algorithm::LUHN.3.gz
%%SITE_PERL%%/Algorithm/LUHN.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LUHN/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LUHN
diff --git a/devel/p5-Algorithm-MarkovChain/Makefile b/devel/p5-Algorithm-MarkovChain/Makefile
index 64ec5a3e0143..cca026ff6ca5 100644
--- a/devel/p5-Algorithm-MarkovChain/Makefile
+++ b/devel/p5-Algorithm-MarkovChain/Makefile
@@ -14,7 +14,4 @@ COMMENT= Perl class capable of creating Markov chains and output based on them
USES= perl5
USE_PERL5= modbuild
-MAN3= Algorithm::MarkovChain.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-MarkovChain/pkg-plist b/devel/p5-Algorithm-MarkovChain/pkg-plist
index 9590beae9d97..7b416a5f58fd 100644
--- a/devel/p5-Algorithm-MarkovChain/pkg-plist
+++ b/devel/p5-Algorithm-MarkovChain/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Algorithm::MarkovChain.3.gz
%%SITE_PERL%%/Algorithm/MarkovChain.pm
%%SITE_PERL%%/Algorithm/MarkovChain/Base.pm
@dirrm %%SITE_PERL%%/Algorithm/MarkovChain
diff --git a/devel/p5-Algorithm-Merge/Makefile b/devel/p5-Algorithm-Merge/Makefile
index a684eed27d92..ce3578842124 100644
--- a/devel/p5-Algorithm-Merge/Makefile
+++ b/devel/p5-Algorithm-Merge/Makefile
@@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::Merge.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Merge/pkg-plist b/devel/p5-Algorithm-Merge/pkg-plist
index 23f80e31593a..b7352149d453 100644
--- a/devel/p5-Algorithm-Merge/pkg-plist
+++ b/devel/p5-Algorithm-Merge/pkg-plist
@@ -1,5 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Merge/.packlist
+%%PERL5_MAN3%%/Algorithm::Merge.3.gz
%%SITE_PERL%%/Algorithm/Merge.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Merge/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Merge
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
@dirrmtry %%SITE_PERL%%/Algorithm
diff --git a/devel/p5-Algorithm-MinMax/Makefile b/devel/p5-Algorithm-MinMax/Makefile
index 5c21ff1794ed..c3fed31a982a 100644
--- a/devel/p5-Algorithm-MinMax/Makefile
+++ b/devel/p5-Algorithm-MinMax/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl modules to find the minimum and maximum of an array
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::MinMax.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-MinMax/pkg-plist b/devel/p5-Algorithm-MinMax/pkg-plist
index ae850959418a..8e4a2ef6da95 100644
--- a/devel/p5-Algorithm-MinMax/pkg-plist
+++ b/devel/p5-Algorithm-MinMax/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Algorithm::MinMax.3.gz
%%SITE_PERL%%/Algorithm/MinMax.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MinMax/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MinMax
diff --git a/devel/p5-Algorithm-NaiveBayes/Makefile b/devel/p5-Algorithm-NaiveBayes/Makefile
index da7fa17a1fa1..ac9d950168e4 100644
--- a/devel/p5-Algorithm-NaiveBayes/Makefile
+++ b/devel/p5-Algorithm-NaiveBayes/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl class performing Bayesian prediction of categories
USES= perl5
USE_PERL5= modbuild
-MAN3= Algorithm::NaiveBayes.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-NaiveBayes/pkg-plist b/devel/p5-Algorithm-NaiveBayes/pkg-plist
index f7a4a6644c57..45e499f4a31d 100644
--- a/devel/p5-Algorithm-NaiveBayes/pkg-plist
+++ b/devel/p5-Algorithm-NaiveBayes/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Algorithm::NaiveBayes.3.gz
%%SITE_PERL%%/Algorithm/NaiveBayes.pm
%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Discrete.pm
%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Frequency.pm
diff --git a/devel/p5-Algorithm-Networksort/Makefile b/devel/p5-Algorithm-Networksort/Makefile
index 0548c05fa854..46bb523ab00d 100644
--- a/devel/p5-Algorithm-Networksort/Makefile
+++ b/devel/p5-Algorithm-Networksort/Makefile
@@ -16,7 +16,4 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::Networksort.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Networksort/pkg-plist b/devel/p5-Algorithm-Networksort/pkg-plist
index 559898eb617e..dea40b3d57f9 100644
--- a/devel/p5-Algorithm-Networksort/pkg-plist
+++ b/devel/p5-Algorithm-Networksort/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Algorithm::Networksort.3.gz
%%SITE_PERL%%/Algorithm/Networksort.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort
diff --git a/devel/p5-Algorithm-Numerical-Shuffle/Makefile b/devel/p5-Algorithm-Numerical-Shuffle/Makefile
index 42d497e9d6e7..e1da095c9f94 100644
--- a/devel/p5-Algorithm-Numerical-Shuffle/Makefile
+++ b/devel/p5-Algorithm-Numerical-Shuffle/Makefile
@@ -16,7 +16,4 @@ LICENSE= MIT
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::Numerical::Shuffle.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Numerical-Shuffle/pkg-plist b/devel/p5-Algorithm-Numerical-Shuffle/pkg-plist
index e50fa786dc8d..9896b96b3c71 100644
--- a/devel/p5-Algorithm-Numerical-Shuffle/pkg-plist
+++ b/devel/p5-Algorithm-Numerical-Shuffle/pkg-plist
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Algorithm::Numerical::Shuffle.3.gz
%%SITE_PERL%%/Algorithm/Numerical/Shuffle.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Numerical/Shuffle/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Numerical/Shuffle
diff --git a/devel/p5-Alias/Makefile b/devel/p5-Alias/Makefile
index 844f4fe15671..5a831b5e1536 100644
--- a/devel/p5-Alias/Makefile
+++ b/devel/p5-Alias/Makefile
@@ -14,7 +14,4 @@ COMMENT= A perl module that performs aliasing services
USES= perl5
USE_PERL5= configure
-MAN3= Alias.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Alias/pkg-plist b/devel/p5-Alias/pkg-plist
index aebca86458f6..00b734e2d06f 100644
--- a/devel/p5-Alias/pkg-plist
+++ b/devel/p5-Alias/pkg-plist
@@ -1,5 +1,6 @@
+%%PERL5_MAN3%%/Alias.3.gz
%%SITE_PERL%%/%%PERL_ARCH%%/Alias.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/Alias.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/Alias.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/Alias.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/Alias.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias
diff --git a/devel/p5-AnyData/Makefile b/devel/p5-AnyData/Makefile
index 02632aa2a48a..55c481705a73 100644
--- a/devel/p5-AnyData/Makefile
+++ b/devel/p5-AnyData/Makefile
@@ -14,19 +14,4 @@ COMMENT= Easy access to data in many formats
USES= perl5
USE_PERL5= configure
-MAN3= AnyData.3 \
- AnyData::Format::CSV.3 \
- AnyData::Format::Fixed.3 \
- AnyData::Format::HTMLtable.3 \
- AnyData::Format::Ini.3 \
- AnyData::Format::Mp3.3 \
- AnyData::Format::Paragraph.3 \
- AnyData::Format::Passwd.3 \
- AnyData::Format::Pipe.3 \
- AnyData::Format::Tab.3 \
- AnyData::Format::Weblog.3 \
- AnyData::Format::XML.3 \
- AnyData::Storage::File.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-AnyData/pkg-plist b/devel/p5-AnyData/pkg-plist
index 9ee70b6bd280..9ce25442e169 100644
--- a/devel/p5-AnyData/pkg-plist
+++ b/devel/p5-AnyData/pkg-plist
@@ -1,3 +1,16 @@
+%%PERL5_MAN3%%/AnyData.3.gz
+%%PERL5_MAN3%%/AnyData::Format::CSV.3.gz
+%%PERL5_MAN3%%/AnyData::Format::Fixed.3.gz
+%%PERL5_MAN3%%/AnyData::Format::HTMLtable.3.gz
+%%PERL5_MAN3%%/AnyData::Format::Ini.3.gz
+%%PERL5_MAN3%%/AnyData::Format::Mp3.3.gz
+%%PERL5_MAN3%%/AnyData::Format::Paragraph.3.gz
+%%PERL5_MAN3%%/AnyData::Format::Passwd.3.gz
+%%PERL5_MAN3%%/AnyData::Format::Pipe.3.gz
+%%PERL5_MAN3%%/AnyData::Format::Tab.3.gz
+%%PERL5_MAN3%%/AnyData::Format::Weblog.3.gz
+%%PERL5_MAN3%%/AnyData::Format::XML.3.gz
+%%PERL5_MAN3%%/AnyData::Storage::File.3.gz
%%SITE_PERL%%/AnyData.pm
%%SITE_PERL%%/AnyData/Format/Base.pm
%%SITE_PERL%%/AnyData/Format/CSV.pm
@@ -19,8 +32,8 @@
%%SITE_PERL%%/AnyData/Storage/PassThru.pm
%%SITE_PERL%%/AnyData/Storage/RAM.pm
%%SITE_PERL%%/AnyData/Storage/TiedHash.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyData/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyData
@dirrm %%SITE_PERL%%/AnyData/Storage
@dirrm %%SITE_PERL%%/AnyData/Format
@dirrm %%SITE_PERL%%/AnyData
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyData/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyData