# New ports collection makefile for:	pystemmer
# Date created:		2009-03-17
# Whom:			Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/textproc/pystemmer/Makefile,v 1.3 2011/08/25 11:33:23 wen Exp $
#

PORTNAME=	pystemmer
PORTVERSION=	1.2.0
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP \
		http://snowball.tartarus.org/wrappers/
DISTNAME=	PyStemmer-${PORTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Snowball Stemming Algorithms for Information Retrieval

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	PyStemmer

.include <bsd.port.mk>
