freebsd-ports/devel/py-naiveBayesClassifier/Makefile
2021-04-06 16:31:07 +02:00

18 lines
383 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
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:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>