freebsd-ports/devel/p5-Algorithm-NaiveBayes/Makefile
Foxfair Hu 69ee5c4ce8 Add p5-Algorithm-NaiveBayes 0.02,
perl class performing Bayesian prediction of categories.

PR:		58527
Submitted by:	clsung@dragon2.net
2003-10-28 15:26:49 +00:00

22 lines
473 B
Makefile

# 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>