freebsd-ports/archivers/py-python-lzo/Makefile
Martin Wilke f43449f990 This module provides Python bindings for the LZO data compression library.
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and very fast decompression. Decompression
requires no memory.

In addition there are slower compression levels achieving a quite competitive
compression ratio while still decompressing at this very high speed.

WWW: https://pypi.python.org/pypi/python-lzo

PR:		218746
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-05-06 06:08:03 +00:00

22 lines
503 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= python-lzo
PORTVERSION= 1.11
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Python bindings for the LZO data compression library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liblzo2.so:archivers/lzo2
USES= python:2
USE_PYTHON= autoplist distutils
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/lzo
.include <bsd.port.mk>