forked from Lainports/freebsd-ports
19 lines
374 B
Makefile
19 lines
374 B
Makefile
PORTNAME= conmon
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1.10
|
|
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
|
|
|
|
.include <bsd.port.mk>
|