opnsense-ports/devel/py-naiveBayesClassifier/Makefile
Franco Fichtner eb0d7a58df */*: sync with upstream
Taken from: HardenedBSD
2017-11-29 07:47:19 +01:00

19 lines
390 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= naiveBayesClassifier
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Yet another general purpose naive bayesian classifier
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>