aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-jellyfish/Makefile
blob: cea249215935dfcde41bc6c93e144b97ab9d7e88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   jellyfish
PORTVERSION=    0.2.2
CATEGORIES= devel
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= bdrewery@FreeBSD.org
COMMENT=    Library for doing approximate and phonetic matching of strings

LICENSE=    BSD3CLAUSE

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>