freebsd-ports/textproc/py-pystemmer/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

22 lines
546 B
Makefile

PORTNAME= pystemmer
PORTVERSION= 2.0.1
CATEGORIES= textproc python
MASTER_SITES= PYPI \
http://snowball.tartarus.org/wrappers/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyStemmer-${PORTVERSION}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Snowball Stemming Algorithms for Information Retrieval
WWW= https://pypi.org/project/PyStemmer/
LICENSE= MIT BSD3CLAUSE
LICENSE_COMB= dual
USES= python:3.6+
USE_PYTHON= autoplist cython distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Stemmer*.so
.include <bsd.port.mk>