22 lines
480 B
Makefile
22 lines
480 B
Makefile
|
# New ports collection makefile for: pystemmer
|
||
|
# Date created: 2009-03-17
|
||
|
# Whom: Wen Heping <wenheping@gmail.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= pystemmer
|
||
|
PORTVERSION= 1.0.1
|
||
|
CATEGORIES= textproc python
|
||
|
MASTER_SITES= http://snowball.tartarus.org/wrappers/
|
||
|
DISTNAME= PyStemmer-${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= wenheping@gmail.com
|
||
|
COMMENT= Snowball Stemming Algorithms for Information Retrieval
|
||
|
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS= yes
|
||
|
PYDISTUTILS_PKGNAME= PyStemmer
|
||
|
|
||
|
.include <bsd.port.mk>
|