77c58b3b86
PR: 254928 Reported by: Radim Kolar <hsn@sendmail.cz>
20 lines
477 B
Makefile
20 lines
477 B
Makefile
PORTNAME= simplebayes
|
|
PORTVERSION= 1.5.8
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Memory-based, optional-persistence naive bayesian text classifier
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
post-extract: # https://github.com/hickeroar/simplebayes/issues/3
|
|
@truncate -s 0 ${WRKSRC}/README.rst
|
|
|
|
.include <bsd.port.mk>
|