mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
21 lines
387 B
Makefile
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>
|