1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/py-jellyfish/Makefile
Bryan Drewery 27fdee8237 - Update LICENSE
- Use pydistutils
- Use autoplist

PR:		ports/187583
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-18 01:18:40 +00:00

19 lines
351 B
Makefile

# $FreeBSD$
PORTNAME= jellyfish
PORTVERSION= 0.2.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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>