freebsd-ports/textproc/py-snowballstemmer/Makefile
Po-Chuan Hsieh 0da9e2b5cf
textproc/py-snowballstemmer: Update to 2.1.0
- Update LICENSE
- Update pkg-descr
- Update WWW

Changes:	https://github.com/snowballstem/snowball/blob/master/NEWS
2021-05-12 05:47:20 +08:00

24 lines
572 B
Makefile

PORTNAME= snowballstemmer
PORTVERSION= 2.1.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Snowball stemming library collection for Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= PYSTEMMER
OPTIONS_DEFAULT=PYSTEMMER
PYSTEMMER_DESC= Use PyStemmer to accelerate
PYSTEMMER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pystemmer>0:textproc/py-pystemmer@${PY_FLAVOR}
.include <bsd.port.mk>