# Created by: Wen Heping # $FreeBSD: head/textproc/py-pystemmer/Makefile 393632 2015-08-06 06:25:34Z lwhsu $ 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= ports@FreeBSD.org COMMENT= Snowball Stemming Algorithms for Information Retrieval LICENSE= MIT BSD3CLAUSE LICENSE_COMB= dual USES= python compiler:gcc-c++11-lib USE_PYTHON= autoplist cython distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Stemmer${PYTHON_EXT_SUFFIX}.so .include