89e07f4a18
Approved by: portmgr (implicit)
17 lines
332 B
Makefile
17 lines
332 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jellyfish
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bdrewery@FreeBSD.org
|
|
COMMENT= Library for doing approximate and phonetic matching of strings
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|