freebsd-ports/devel/p5-Algorithm-NaiveBayes/Makefile

30 lines
724 B
Makefile
Raw Normal View History

# New ports collection makefile for: Algorithm::NaiveBayes
# Date created: Oct 25 2003
# Whom: clsung@dragon2.net
#
# $FreeBSD$
#
PORTNAME= Algorithm-NaiveBayes
2004-05-18 17:17:58 +02:00
PORTVERSION= 0.03
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
2004-05-18 17:17:58 +02:00
PERL_MODBUILD= yes
MAN3= Algorithm::NaiveBayes.3
2004-05-18 17:17:58 +02:00
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>