# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD: tags/RELEASE_10_1_0/textproc/pystemmer/Makefile 346704 2014-03-01 18:13:46Z miwi $

PORTNAME=	pystemmer
PORTVERSION=	1.3.0
PORTREVISION=	1
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_AUTOPLIST=	yes

.include <bsd.port.mk>
