opnsense-ports/textproc/py-pystemmer/Makefile
Franco Fichtner 944a2b9e14 textproc/py-pystemmer: sync with upstream
Taken from: HardenedBSD
2018-07-13 22:51:16 +02:00

25 lines
580 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pystemmer
PORTVERSION= 1.3.0
PORTREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://snowball.tartarus.org/wrappers/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyStemmer-${PORTVERSION}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Snowball Stemming Algorithms for Information Retrieval
LICENSE= MIT BSD3CLAUSE
LICENSE_COMB= dual
USES= python
USE_PYTHON= autoplist cython distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Stemmer.so
.include <bsd.port.mk>