blob: c79117e42b7aaabaf745f52f9da8a08dc759cdfc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: ports@c0decafe.net
# $FreeBSD$
PORTNAME= tcpwatch
PORTVERSION= 1.3
PORTREVISION= 3
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
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|