freebsd-ports/devel/p5-Algorithm-NaiveBayes/Makefile
2013-10-27 12:17:59 +00:00

16 lines
310 B
Makefile

# Created by: clsung@dragon2.net
# $FreeBSD$
PORTNAME= Algorithm-NaiveBayes
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl class performing Bayesian prediction of categories
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>