freebsd-ports/devel/py-editdistance/Makefile
2017-11-05 21:16:19 +00:00

21 lines
470 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= editdistance
PORTVERSION= 0.4
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 distutils
USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/editdistance/bycython.so
.include <bsd.port.mk>