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

20 lines
477 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= editdistance
PORTVERSION= 0.5.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast implementation of the edit distance (Levenshtein distance)
LICENSE= MIT
USE_PYTHON= autoplist concurrent distutils
USES= python:3.6+
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/editdistance/bycython*.so
.include <bsd.port.mk>