1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/sysutils/conmon/Makefile
2023-01-14 06:31:17 -05:00

21 lines
387 B
Makefile

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