# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD: textproc/pystemmer/Makefile 327773 2013-09-20 23:17:30Z bapt $

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

NO_STAGE=	yes
.include <bsd.port.mk>
