diff options
Diffstat (limited to 'devel/p5-Algorithm-NaiveBayes/Makefile')
-rw-r--r-- | devel/p5-Algorithm-NaiveBayes/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Algorithm-NaiveBayes/Makefile b/devel/p5-Algorithm-NaiveBayes/Makefile index 7fa2e09de083..690fa9833a9f 100644 --- a/devel/p5-Algorithm-NaiveBayes/Makefile +++ b/devel/p5-Algorithm-NaiveBayes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Algorithm::NaiveBayes -# Date created: Oct 25 2003 -# Whom: clsung@dragon2.net -# +# Created by: clsung@dragon2.net # $FreeBSD$ -# PORTNAME= Algorithm-NaiveBayes PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl class performing Bayesian prediction of categories -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Algorithm::NaiveBayes.3 |