opnsense-ports/textproc/py-pystemmer/Makefile
Franco Fichtner b24d17cf65 */*: sync with upstream
Taken from: FreeBSD
2015-08-07 08:26:23 +02:00

25 lines
573 B
Makefile

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