2017-01-03 19:27:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2017/01/03 19:27:52 landry Exp $
|
2016-01-20 05:14:32 +00:00
|
|
|
|
|
|
|
COMMENT = snowball stemming library collection for Python
|
|
|
|
|
|
|
|
MODPY_EGG_VERSION = 1.2.1
|
|
|
|
DISTNAME = snowballstemmer-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME = py-${DISTNAME}
|
2017-01-03 19:27:51 +00:00
|
|
|
REVISION = 0
|
2016-01-20 05:14:32 +00:00
|
|
|
|
|
|
|
CATEGORIES = textproc
|
|
|
|
|
|
|
|
MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/python
|
|
|
|
|
|
|
|
RUN_DEPENDS = textproc/py-stemmer${MODPY_FLAVOR}
|
|
|
|
|
|
|
|
MODPY_PI = Yes
|
|
|
|
|
|
|
|
FLAVORS = python3
|
|
|
|
FLAVOR ?=
|
|
|
|
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|