openbsd-ports/math/p5-Algorithm-NaiveBayes/Makefile

21 lines
366 B
Makefile
Raw Normal View History

2010-12-27 06:41:02 -05:00
# $OpenBSD: Makefile,v 1.5 2010/12/27 11:41:02 jasper Exp $
COMMENT= Bayesian prediction of categories
DISTNAME= Algorithm-NaiveBayes-0.04
REVISION= 0
CATEGORIES= math
# Perl
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MODULES= cpan
CONFIGURE_STYLE= modbuild
2010-11-19 02:23:05 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>