1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/archivers/py-zstd/Makefile
Yuri Victorovich 860c5fee08 archivers/py-zstd: Update 1.4.9.0 -> 1.4.9.1
Reported by:	portscout
2021-04-17 22:28:18 -07:00

22 lines
475 B
Makefile

PORTNAME= zstd
DISTVERSION= 1.4.9.1
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>