blob: 75f94ef0795f61c95f67c08426fac71801ffda5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= pygtail
PORTVERSION= 0.6.1
PORTREVISION= 2
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>
|