blob: c1fd1f687fc67177b50bf0313057053fc2c7f361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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>
|