1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/archivers/py-zstd/Makefile
Yuri Victorovich b9e738b130 archivers/py-zstd: Update 1.4.4.0 -> 1.4.5.1
Reported by:	portscout
2020-06-19 06:09:14 +00:00

24 lines
482 B
Makefile

# $FreeBSD$
PORTNAME= zstd
DISTVERSION= 1.4.5.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 localbase
USE_PYTHON= distutils autoplist
PYDISTUTILS_BUILDARGS= --external
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/zstd.so
.include <bsd.port.mk>