aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-AI-Categorizer
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-08-02 21:38:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-08-02 21:38:09 +0000
commit4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd (patch)
tree6a21c7eedce3ab02121c1a526e479099181228ef /textproc/p5-AI-Categorizer
parent4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (diff)
downloadports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.tar.gz
ports-4063eccdf2bd0d3ca469e5e96332e58fe5ad72dd.zip
Notes
Diffstat (limited to 'textproc/p5-AI-Categorizer')
-rw-r--r--textproc/p5-AI-Categorizer/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-AI-Categorizer/Makefile b/textproc/p5-AI-Categorizer/Makefile
index 193b163735da..e4d74559a90b 100644
--- a/textproc/p5-AI-Categorizer/Makefile
+++ b/textproc/p5-AI-Categorizer/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: AI-Categorizer
-# Date created: 19 Feb 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= AI-Categorizer
PORTVERSION= 0.09
@@ -48,6 +44,7 @@ MAN3= AI::Categorizer.3 \
AI::Categorizer::Learner::Weka.3 \
AI::Categorizer::Storable.3
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
.include <bsd.port.mk>