2009-03-16 21:47:30 +00:00
|
|
|
# New ports collection makefile for: pystemmer
|
|
|
|
# Date created: 2009-03-17
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pystemmer
|
2009-11-06 06:22:04 +00:00
|
|
|
PORTVERSION= 1.1.0
|
2009-03-16 21:47:30 +00:00
|
|
|
CATEGORIES= textproc python
|
2009-11-06 06:22:04 +00:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
http://snowball.tartarus.org/wrappers/
|
2009-03-16 21:47:30 +00:00
|
|
|
DISTNAME= PyStemmer-${PORTVERSION}
|
|
|
|
|
2009-11-06 06:22:04 +00:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2009-03-16 21:47:30 +00:00
|
|
|
COMMENT= Snowball Stemming Algorithms for Information Retrieval
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= PyStemmer
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|