mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9271cd1ae2
- Remove a local hack for x11/xpra to properly detect LZ4 version.
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lz4
|
|
PORTVERSION= 0.7.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python binding for the LZ4 compression library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lz4.so
|
|
|
|
.include <bsd.port.mk>
|