Files
ports/archivers/py-lzo/Makefile
T

20 lines
355 B
Makefile
Raw Normal View History

2024-02-09 16:04:05 +00:00
COMMENT = Python bindings for the LZO compression library
2024-12-21 11:37:23 +00:00
MODPY_DISTV = 1.15
DISTNAME = python-lzo-${MODPY_DISTV}
PKGNAME = py-lzo-${MODPY_DISTV}
2024-02-09 16:04:05 +00:00
CATEGORIES = archivers
2026-03-16 22:28:25 +00:00
REVISION = 3
2024-02-09 16:04:05 +00:00
# GPL
PERMIT_PACKAGE = Yes
WANTLIB = lzo2
LIB_DEPENDS = archivers/lzo2
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>