freebsd-ports/textproc/py-stemming/Makefile
2021-04-06 16:31:07 +02:00

19 lines
342 B
Makefile

# Created by: Rene Ladan <rene@FreeBSD.org>
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:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>