# Created by: Dan Langille # $FreeBSD: head/devel/py-naiveBayesClassifier/Makefile 559531 2020-12-28 23:02:12Z antoine $ 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