freebsd-ports/textproc/pystemmer/Makefile
Wen Heping 0ad2c2bf78 - Update to 1.3.0
- Trim Makefile headers
- Reset maintainer to ports@
2013-03-09 14:28:46 +00:00

18 lines
418 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pystemmer
PORTVERSION= 1.3.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://snowball.tartarus.org/wrappers/
DISTNAME= PyStemmer-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Snowball Stemming Algorithms for Information Retrieval
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyStemmer
.include <bsd.port.mk>