freebsd-ports/net/tcpwatch/Makefile
Antoine Brodin 63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00

21 lines
483 B
Makefile

# Created by: ports@c0decafe.net
# $FreeBSD$
PORTNAME= tcpwatch
PORTVERSION= 1.3
PORTREVISION= 4
CATEGORIES= net python
MASTER_SITES= http://hathawaymix.org/Software/TCPWatch/
MAINTAINER= ports@FreeBSD.org
COMMENT= TCP monitoring and logging tool with support for HTTP 1.1
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= python
USE_PYTHON= distutils autoplist concurrent optsuffix
.include <bsd.port.mk>