aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-pygtail/Makefile
blob: 5391850df26f368943dd48aacfa550f9bc6fe2e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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>