1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update WWW

- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-16 18:01:12 +00:00
parent bab4a88be6
commit 57f34e89ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526281
2 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@ CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for doing approximate and phonetic matching of strings
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Jellyfish is a python library for doing approximate and phonetic matching of
strings.
WWW: https://github.com/sunlightlabs/jellyfish
WWW: https://github.com/jamesturk/jellyfish