2015-07-14 16:20:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= snowballstemmer
|
|
|
|
PORTVERSION= 1.2.0
|
2015-08-06 09:07:33 +02:00
|
|
|
PORTREVISION= 1
|
2015-07-14 16:20:13 +02:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
2015-08-06 09:07:33 +02:00
|
|
|
COMMENT= Snowball stemming library collection for Python
|
2015-07-14 16:20:13 +02:00
|
|
|
|
2015-08-06 09:07:33 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
2015-07-14 16:20:13 +02:00
|
|
|
|
2017-03-08 13:48:41 +01:00
|
|
|
USES?= python
|
2015-07-14 16:20:13 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
2015-08-06 09:07:33 +02:00
|
|
|
OPTIONS_DEFINE= PYSTEMMER
|
|
|
|
OPTIONS_DEFAULT=PYSTEMMER
|
|
|
|
PYSTEMMER_DESC= Use PyStemmer to accelerate
|
|
|
|
|
2017-03-08 13:48:41 +01:00
|
|
|
PYSTEMMER_RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pystemmer>0:textproc/py-pystemmer
|
2015-08-06 09:07:33 +02:00
|
|
|
|
2015-07-14 16:20:13 +02:00
|
|
|
.include <bsd.port.mk>
|