diff options
Diffstat (limited to 'devel/py-maturin/Makefile')
-rw-r--r-- | devel/py-maturin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile index 9b6ec47b03d0..7bd3ac650408 100644 --- a/devel/py-maturin/Makefile +++ b/devel/py-maturin/Makefile @@ -1,6 +1,5 @@ PORTNAME= maturin -DISTVERSION= 1.8.6 -PORTREVISION= 1 +DISTVERSION= 1.9.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,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 |