1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/archivers/py-zstd/Makefile
Yuri Victorovich e0d9fa86da archivers/py-zstd: Update 1.3.3 -> 1.3.4
Reported by:	portscout
2018-04-04 19:47:47 +00:00

24 lines
480 B
Makefile

# $FreeBSD$
PORTNAME= zstd
DISTVERSION= 1.3.4
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>