freebsd-ports/textproc/py-simplebayes/Makefile
Yuri Victorovich 77c58b3b86 textproc/py-simplebayes: Remove non-ASCII character from COMMENT
PR:		254928
Reported by:	Radim Kolar <hsn@sendmail.cz>
2021-04-09 13:19:57 -07:00

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>