opnsense-ports/sysutils/py-concurrent-log-handler/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

19 lines
500 B
Makefile

PORTNAME= concurrent-log-handler
DISTVERSION= 0.9.19
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= risner@stdio.com
COMMENT= RotatingFileHandler replacement with concurrency, gzip
WWW= https://pypi.org/project/concurrent-log-handler/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}portalocker>=1.4.0:devel/py-portalocker@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>