aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ctop/Makefile
blob: d7a617360476af61f62b3b7f27b6ef3e76de92c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	ctop
DISTVERSIONPREFIX=	v
DISTVERSION=	0.7.5
PORTREVISION=	1
CATEGORIES=	sysutils

MAINTAINER=	dmgk@FreeBSD.org
COMMENT=	Top-like interface for Docker container metrics

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/bcicen/ctop

PLIST_FILES=	bin/ctop

.include <bsd.port.mk>