- Update LICENSE - Update pkg-descr - Update WWW Changes: https://github.com/snowballstem/snowball/blob/master/NEWS
24 lines
572 B
Makefile
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>
|