aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-pygtail/Makefile
blob: 33d34f8038a3d484f2eb0f2bb987a811f9fb1503 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                   

                       
                     
                 






                                                                                
                           
                                              

                      
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>

PORTNAME=	pygtail
PORTVERSION=	0.6.1
PORTREVISION=	1
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:3.6+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>