Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
23 lines
529 B
Makefile
23 lines
529 B
Makefile
PORTNAME= simplebayes
|
|
PORTVERSION= 1.5.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Memory-based, optional-persistence naive bayesian text classifier
|
|
WWW= https://github.com/hickeroar/simplebayes
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
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>
|