summaryrefslogtreecommitdiff
path: root/net/tcpwatch/Makefile
blob: df923d6605eaa36613bdb805f0fe739d727fbae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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

LICENSE=	ZPL20
LICENSE_NAME=	Zope Public License version 2.0
LICENSE_TEXT=	The license: ${LICENSE} (${LICENSE_NAME}) is standard, please read from the web.
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	distutils autoplist concurrent optsuffix
NO_ARCH=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>