aboutsummaryrefslogtreecommitdiff
path: root/devel/py-naiveBayesClassifier/Makefile
blob: cfa92e761ceed4df7b658cbe9d800b7651e2ad2f (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=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
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:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>