mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d1dc285e81
0.11.0 doesn't break for me => remove BROKEN Reported by: portscout
27 lines
661 B
Makefile
27 lines
661 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zstandard
|
|
DISTVERSION= 0.11.0
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Zstandard bindings for Python, a full-featured version
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BROKEN_powerpc64= fails to build: cffi.error.CDefError: parse error
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
|
|
LIB_DEPENDS= libzstd.so:archivers/zstd
|
|
|
|
USES= localbase python
|
|
USE_PYTHON= distutils autoplist
|
|
PYDISTUTILS_BUILDARGS= --system-zstd
|
|
|
|
post-install:
|
|
@cd ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} && ${STRIP_CMD} zstd.so _zstd_cffi.so
|
|
|
|
.include <bsd.port.mk>
|