mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
20 lines
447 B
Makefile
20 lines
447 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
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:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|