1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/archivers/py-zstd/Makefile
Yuri Victorovich 1b790ff201 archivers/py-zstd: Update 1.5.0.0 -> 1.5.0.2
Reported by:	portscout
<If someone else reported the issue.>
2021-05-19 23:02:27 -07:00

22 lines
475 B
Makefile

PORTNAME= zstd
DISTVERSION= 1.5.0.2
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python binding for Zstandard compression library
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= python:3.6+ localbase
USE_PYTHON= distutils autoplist
PYDISTUTILS_BUILDARGS= --external
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/zstd*.so
.include <bsd.port.mk>