opnsense-ports/textproc/py-stemming/Makefile
Franco Fichtner b65866f2bc */*: sync with upstream
Taken from: HardenedBSD
2019-01-20 08:29:13 +01:00

20 lines
349 B
Makefile

# Created by: Rene Ladan <rene@FreeBSD.org>
# $FreeBSD$
PORTNAME= stemming
PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Algorithms for stemming
LICENSE= PD
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>