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

22 lines
464 B
Makefile

# Created by: Rainer Hurling <rhurlin@gwdg.de>
PORTNAME= textdistance
PORTVERSION= 4.2.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Comparing distance between two or more sequences by many algorithms
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>