8ef5382d32
0.6.1: fixed wheel release issue
14 lines
451 B
Makefile
14 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/04/30 06:43:15 adam Exp $
|
|
|
|
DISTNAME= jellyfish-0.6.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jellyfish/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jamesturk/jellyfish
|
|
COMMENT= Python library for doing approximate and phonetic matching of strings
|
|
LICENSE= 2-clause-bsd
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|