mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
29 lines
519 B
Makefile
29 lines
519 B
Makefile
COMMENT = Python library for approximate and phonetic string matching
|
|
|
|
MODPY_DISTV = 1.2.1
|
|
DISTNAME = jellyfish-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/g}
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://jamesturk.github.io/jellyfish/
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${MODCARGO_WANTLIB}
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = maturin
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/pyproject.toml
|
|
|
|
.include "crates.inc"
|
|
|
|
.include <bsd.port.mk>
|