freebsd-ports/devel/py-naiveBayesClassifier/Makefile
Dan Langille e4f1987904 Provide a better description of what this is.
Reported by:	Alexy Dokuchaev & Adam Weinberger
2017-11-28 17:08:45 +00: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>