diff options
Diffstat (limited to 'devel/p5-Algorithm-NaiveBayes/Makefile')
-rw-r--r-- | devel/p5-Algorithm-NaiveBayes/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-NaiveBayes/Makefile b/devel/p5-Algorithm-NaiveBayes/Makefile new file mode 100644 index 0000000..787ad57 --- /dev/null +++ b/devel/p5-Algorithm-NaiveBayes/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Algorithm::NaiveBayes +# Date created: Oct 25 2003 +# Whom: clsung@dragon2.net +# +# $FreeBSD$ +# + +PORTNAME= Algorithm-NaiveBayes +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Algorithm +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@dragon2.net +COMMENT= Perl class performing Bayesian prediction of categories + +PERL_CONFIGURE= yes + +MAN3= Algorithm::NaiveBayes.3 + +.include <bsd.port.mk> |