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

15 lines
366 B
Makefile

PORTNAME= pygtail
PORTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Python module which reads log file lines that have not been read
WWW= https://pypi.org/project/pygtail/
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>