mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
355 B
Makefile
20 lines
355 B
Makefile
COMMENT = Python bindings for the LZO compression library
|
|
|
|
MODPY_DISTV = 1.15
|
|
DISTNAME = python-lzo-${MODPY_DISTV}
|
|
PKGNAME = py-lzo-${MODPY_DISTV}
|
|
CATEGORIES = archivers
|
|
REVISION = 3
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = lzo2
|
|
LIB_DEPENDS = archivers/lzo2
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|