aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Algorithm-NaiveBayes/Makefile
blob: 787ad57747e7f69efc4d4e20cae507125763b55a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>