18 lines
287 B
Makefile
Executable File
18 lines
287 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:23:55 espie Exp $
|
|
|
|
COMMENT= Bayesian prediction of categories
|
|
|
|
DISTNAME= Algorithm-NaiveBayes-0.04
|
|
REVISION= 0
|
|
CATEGORIES= math
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|