1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/archivers/py-cramjam/Makefile
2024-05-13 13:03:24 +02:00

30 lines
770 B
Makefile

PORTNAME= cramjam
PORTVERSION= 2.8.3
PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Thin Python bindings to de/compression algorithms in Rust
WWW= https://github.com/milesgranger/cramjam
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=0.14:devel/py-maturin@${PY_FLAVOR}
USES= cargo python
USE_PYTHON= autoplist concurrent pep517
CARGO_BUILD= no
CARGO_CARGOLOCK=${WRKSRC}/cramjam-python/Cargo.lock
CARGO_CARGOTOML=${WRKSRC}/cramjam-python/Cargo.toml
CARGO_INSTALL= no
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>