freebsd-ports/devel/py-pylev/Makefile
Sunpoet Po-Chuan Hsieh 755f4147b4 Add py-pylev 1.3.0
pylev is a pure Python Levenshtein implementation that's not freaking GPL'd.

It is based off the Wikipedia code samples at
http://en.wikipedia.org/wiki/Levenshtein_distance.

WWW: https://github.com/toastdriven/pylev
2019-12-29 17:31:27 +00:00

20 lines
386 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pylev
PORTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure Python Levenshtein implementation
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>