# Created by: Rene Ladan <rene@FreeBSD.org>
# $FreeBSD: head/textproc/py-stemming/Makefile 443539 2017-06-13 21:02:46Z rene $

PORTNAME=	stemming
PORTVERSION=	1.0.1
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rene@FreeBSD.org
COMMENT=	Algorithms for stemming

LICENSE=	PD

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>
