blob: 7049c228339ad94c6c77cd6d0f52541d79f94368 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= naiveBayesClassifier
PORTVERSION= 0.1.3
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Yet another general purpose naive bayesian classifier
WWW= https://pypi.org/project/naiveBayesClassifier/
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|