Files
ports/sysutils/conmon/Makefile
T
Sergey A. Osokin 2aa122875d */*: update licences for podman-related infra
Most of of the products, except ocijail, are under Apache 2.0.

Add licence files.
Bump PORTREVISIONs.

Approved by:		dfr (maintainer)
Differential Revision:	https://reviews.freebsd.org/D47924
2024-12-05 08:13:24 -05:00

22 lines
432 B
Makefile

PORTNAME= conmon
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.12
PORTREVISION= 4
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
COMMENT= OCI container runtime monitor
WWW= https://github.com/containers/conmon
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
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>