mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
16 lines
217 B
Makefile
Executable File
16 lines
217 B
Makefile
Executable File
COMMENT= Bayesian prediction of categories
|
|
|
|
DISTNAME= Algorithm-NaiveBayes-0.04
|
|
REVISION= 1
|
|
CATEGORIES= math
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|