1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/sysutils/conmon/Makefile
Ashish SHUKLA fce0cc3272
all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00

21 lines
397 B
Makefile

PORTNAME= conmon
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.10
PORTREVISION= 4
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
COMMENT= OCI container runtime monitor
WWW= https://github.com/containers/conmon
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
.include <bsd.port.mk>