0ad2c2bf78
- Trim Makefile headers - Reset maintainer to ports@
18 lines
418 B
Makefile
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>
|