# $OpenBSD: Makefile,v 1.13 2021/11/17 08:53:04 sthen Exp $

COMMENT =		snowball stemming library collection for Python

MODPY_EGG_VERSION =	2.2.0
DISTNAME =		snowballstemmer-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}

CATEGORIES =		textproc

# BSD
PERMIT_PACKAGE =	Yes

MODULES =		lang/python

FLAVORS =		python3
FLAVOR =		python3

MODPY_PI =		Yes
MODPY_SETUPTOOLS =	Yes

RUN_DEPENDS =		textproc/py-stemmer${MODPY_FLAVOR}

NO_TEST =		Yes

.include <bsd.port.mk>
