Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/net-mgmt/bandwhich/Makefile
18157 views
PORTNAME=	bandwhich
DISTVERSIONPREFIX=	v
DISTVERSION=	0.23.1
PORTREVISION=	8
CATEGORIES=	net-mgmt

MAINTAINER=	[email protected]
COMMENT=	Terminal bandwidth utilization tool
WWW=		https://github.com/imsnif/bandwhich

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	lsof:sysutils/lsof

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	imsnif

PLIST_FILES=	bin/bandwhich

.include <bsd.port.mk>