Files
ports/net-mgmt/flow/Makefile
T

20 lines
408 B
Makefile

PORTNAME= flow
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.7
CATEGORIES= net-mgmt
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Minimalist terminal dashboard for real-time network throughput
WWW= https://github.com/programmersd21/flow
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/programmersd21/flow
GO_TARGET= ./cmd/flow
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>