summaryrefslogtreecommitdiff
path: root/sysutils/py-concurrent-log-handler/Makefile
blob: 5ed53e56db7ea22bfb1ee711dc90f69930f798f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	concurrent-log-handler
DISTVERSION=	0.9.19
PORTREVISION=	1
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>