aboutsummaryrefslogtreecommitdiff
path: root/math/p5-AI-Genetic
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 06:56:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 06:56:18 +0000
commit5e06901c396343ef79137207320bdbb383435cbb (patch)
treef1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-AI-Genetic
parentbe444a2d99fd14557710475412df7b742d93069e (diff)
Notes
Diffstat (limited to 'math/p5-AI-Genetic')
-rw-r--r--math/p5-AI-Genetic/Makefile9
-rw-r--r--math/p5-AI-Genetic/pkg-plist9
2 files changed, 8 insertions, 10 deletions
diff --git a/math/p5-AI-Genetic/Makefile b/math/p5-AI-Genetic/Makefile
index 03517520bb85..dcab9e537170 100644
--- a/math/p5-AI-Genetic/Makefile
+++ b/math/p5-AI-Genetic/Makefile
@@ -8,16 +8,9 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-COMMENT= A pure Perl genetic algorithm implementation
-
-MAN3= AI::Genetic.3 \
- AI::Genetic::Individual.3 \
- AI::Genetic::OpCrossover.3 \
- AI::Genetic::OpMutation.3 \
- AI::Genetic::OpSelection.3
+COMMENT= Pure Perl genetic algorithm implementation
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/math/p5-AI-Genetic/pkg-plist b/math/p5-AI-Genetic/pkg-plist
index 770b1fdf9ad7..6c9990c70259 100644
--- a/math/p5-AI-Genetic/pkg-plist
+++ b/math/p5-AI-Genetic/pkg-plist
@@ -1,3 +1,8 @@
+%%PERL5_MAN3%%/AI::Genetic.3.gz
+%%PERL5_MAN3%%/AI::Genetic::Individual.3.gz
+%%PERL5_MAN3%%/AI::Genetic::OpCrossover.3.gz
+%%PERL5_MAN3%%/AI::Genetic::OpMutation.3.gz
+%%PERL5_MAN3%%/AI::Genetic::OpSelection.3.gz
%%SITE_PERL%%/AI/Genetic.pm
%%SITE_PERL%%/AI/Genetic/Defaults.pm
%%SITE_PERL%%/AI/Genetic/IndBitVector.pm
@@ -8,7 +13,7 @@
%%SITE_PERL%%/AI/Genetic/OpMutation.pm
%%SITE_PERL%%/AI/Genetic/OpSelection.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Genetic/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Genetic
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Genetic
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI
-@dirrm %%SITE_PERL%%/AI/Genetic
+@dirrmtry %%SITE_PERL%%/AI/Genetic
@dirrmtry %%SITE_PERL%%/AI