freebsd-ports/archivers/py-python-lzo/Makefile
Yuri Victorovich adb40d441e archivers/py-python-lzo: Update 1.11 -> 1.12
Port changes:
* Change to DISTVERSION
* Replace CFLAGS with USES=localbase

Reported by:	portscout
2018-05-27 21:36:20 +00:00

21 lines
454 B
Makefile

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