textproc/py-snowballstemmer: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2017-11-30 18:45:56 +01:00
parent 4263660788
commit f9b8feeb3d

View file

@ -12,13 +12,13 @@ COMMENT= Snowball stemming library collection for Python
LICENSE= BSD2CLAUSE
USES?= python
USES= python
USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= PYSTEMMER
OPTIONS_DEFAULT=PYSTEMMER
PYSTEMMER_DESC= Use PyStemmer to accelerate
PYSTEMMER_RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pystemmer>0:textproc/py-pystemmer
PYSTEMMER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pystemmer>0:textproc/py-pystemmer@${FLAVOR}
.include <bsd.port.mk>