mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
24 lines
579 B
Makefile
24 lines
579 B
Makefile
PORTNAME= jellyfish
|
|
PORTVERSION= 0.11.2
|
|
PORTREVISION= 13
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for doing approximate and phonetic matching of strings
|
|
WWW= https://github.com/jamesturk/jellyfish
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.14<2:devel/py-maturin@${PY_FLAVOR}
|
|
|
|
USES= cargo python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
CARGO_BUILD= no
|
|
CARGO_INSTALL= no
|
|
|
|
.include <bsd.port.mk>
|