freebsd-ports/devel/py-aiologger/Makefile
2021-04-22 15:14:07 +02:00

19 lines
387 B
Makefile

# Created by: Kirill Ponomarev <krion@FreeBSD.org>
PORTNAME= aiologger
PORTVERSION= 0.6.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= krion@FreeBSD.org
COMMENT= Asynchronous logging for python and asyncio
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>