77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
421 B
Makefile
19 lines
421 B
Makefile
PORTNAME= python-json-logger
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python library adding a json log formatter
|
|
WWW= https://github.com/madzak/python-json-logger
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|