freebsd-ports/textproc/py-snowballstemmer/Makefile
Li-Wen Hsu e782507e7f - Correct license
- Add textproc/py-pystemmer to RUN_DEPENDS for acceleration

Approved by:	kmoore
2015-08-06 07:07:33 +00:00

28 lines
597 B
Makefile

# $FreeBSD$
PORTNAME= snowballstemmer
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Snowball stemming library collection for Python
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= PYSTEMMER
OPTIONS_DEFAULT=PYSTEMMER
PYSTEMMER_DESC= Use PyStemmer to accelerate
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYSTEMMER}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pystemmer>0:${PORTSDIR}/textproc/py-pystemmer
.endif
.include <bsd.port.mk>