freebsd-ports/sysutils/conmon/Makefile
2022-12-11 06:17:27 -05:00

20 lines
387 B
Makefile

PORTNAME= conmon
DISTVERSION= 2.1.5
PORTREVISION= 1
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>