summaryrefslogtreecommitdiff
path: root/devel/py-maturin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-maturin/Makefile')
-rw-r--r--devel/py-maturin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile
index 27397910bc3b..7bd3ac650408 100644
--- a/devel/py-maturin/Makefile
+++ b/devel/py-maturin/Makefile
@@ -1,5 +1,5 @@
PORTNAME= maturin
-DISTVERSION= 1.8.3
+DISTVERSION= 1.9.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,6 +19,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-rust>=1.4.0:devel/py-setuptools-rust@${PY_FLAVOR} \
${PY_TOMLI} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.36.2:devel/py-wheel@${PY_FLAVOR}
+LIB_DEPENDS= libzstd.so:archivers/zstd
RUN_DEPENDS= ${PY_TOMLI}
USES= cargo python