freebsd-ports/textproc/py-pygtail/Makefile
Dmitry Sivachenko 17b684d4f5 New port: py-pygtail:
A python "port" of logcheck's logtail2.

Pygtail reads log file lines that have not been read.  It will even handle
log files that have been rotated.

WWW: https://pypi.python.org/pypi/pygtail
2014-08-29 10:48:28 +00:00

16 lines
370 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygtail
PORTVERSION= 0.4.0
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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>