ports/devel/py-python-json-logger/Makefile
Sunpoet Po-Chuan Hsieh 395bc5dcf9 Add py-python-json-logger 0.1.11
This library is provided to allow standard python logging to output log data as
json objects. With JSON we can make our logs more readable by machines and we
can stop writing custom parsers for syslog type records.

WWW: https://github.com/madzak/python-json-logger
2020-04-04 07:22:19 +00:00

21 lines
436 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= python-json-logger
PORTVERSION= 0.1.11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python library adding a json log formatter
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>