2010-12-27 06:41:02 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/27 11:41:02 jasper Exp $
|
2009-03-31 12:53:43 -04:00
|
|
|
|
|
|
|
COMMENT= Bayesian prediction of categories
|
|
|
|
|
|
|
|
DISTNAME= Algorithm-NaiveBayes-0.04
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2009-03-31 12:53:43 -04:00
|
|
|
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
|
2009-03-31 12:53:43 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|