mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
19 lines
307 B
Makefile
19 lines
307 B
Makefile
COMMENT = Python library adding a json log formatter
|
|
|
|
MODPY_DISTV = 2.0.7
|
|
DISTNAME = python-json-logger-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|