freebsd-ports/textproc/py-pygtail/Makefile
2021-04-06 16:31:07 +02:00

16 lines
390 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
PORTNAME= pygtail
PORTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python module which reads log file lines that have not been read
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>