summaryrefslogtreecommitdiff
path: root/sysutils/conmon/Makefile
blob: a02cbe6f128d027b76d64f83657937d4dcbc2441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	conmon
DISTVERSION=	2.1.5
PORTREVISION=	5
CATEGORIES=	sysutils

MAINTAINER=	dfr@FreeBSD.org
COMMENT=	OCI container runtime monitor
WWW=		https://github.com/containers

LICENSE=	GPLv2

BUILD_DEPENDS=	bash:shells/bash
LIB_DEPENDS=	libglib-2.0.so:devel/glib20

USES=		gmake go:no_targets pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	containers
GH_TAGNAME=	v2.1.5

.include <bsd.port.mk>