mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
18 lines
456 B
Makefile
18 lines
456 B
Makefile
PORTNAME= concurrent-log-handler
|
|
DISTVERSION= 0.9.19
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= risner@stdio.com
|
|
COMMENT= RotatingFileHandler replacement with concurrency, gzip
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}portalocker>=1.4.0:devel/py-portalocker@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|