1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/archivers/py-lz4/Makefile
Jung-uk Kim 9271cd1ae2 - Add an upstream patch for archivers/py-lz4 to export its version number.
- Remove a local hack for x11/xpra to properly detect LZ4 version.
2015-09-04 17:24:08 +00:00

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>