Index: head/textproc/py-pystemmer/Makefile =================================================================== --- head/textproc/py-pystemmer/Makefile (revision 474475) +++ head/textproc/py-pystemmer/Makefile (revision 474476) @@ -1,25 +1,25 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= pystemmer PORTVERSION= 1.3.0 -PORTREVISION= 1 +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= distutils autoplist +USE_PYTHON= autoplist cython distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Stemmer.so .include