openbsd-ports/textproc/py-snowballstemmer/Makefile
2022-11-14 15:26:17 +00:00

26 lines
425 B
Makefile

COMMENT = snowball stemming library collection for Python
MODPY_EGG_VERSION = 2.2.0
DISTNAME = snowballstemmer-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = textproc
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = textproc/py-stemmer${MODPY_FLAVOR}
NO_TEST = Yes
.include <bsd.port.mk>