1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/py-pystemmer/Makefile
Steven Kreuzer 3356563f75 Create py3- variant
Assign maintainership to dbaio@bsd.com.br

PR:		217466
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
2017-03-06 14:46:04 +00:00

26 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= dbaio@bsd.com.br
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>