9ee49c5fdf
These components have been updated: - buildah from 1.38.1 to 1.40.1 - podman from 5.3.2 to 5.5.1 - skopeo from 1.17.0 to 1.19.0 PR: 287607 Approved by: dfr (maintainer) Differential Revision: https://reviews.freebsd.org/D49184
30 lines
719 B
Makefile
30 lines
719 B
Makefile
PORTNAME= buildah
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.40.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dfr@FreeBSD.org
|
|
COMMENT= Manage Pods, Containers and Container Images
|
|
WWW= https://buildah.io/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= as:devel/binutils \
|
|
bash:shells/bash \
|
|
go-md2man:textproc/go-md2man \
|
|
gsed:textproc/gsed
|
|
LIB_DEPENDS= libgpgme.so:security/gpgme
|
|
RUN_DEPENDS= containernetworking-plugins>=0:net/containernetworking-plugins \
|
|
containers-common>=0:sysutils/containers-common \
|
|
ocijail:sysutils/ocijail
|
|
|
|
USES= gmake go:no_targets,1.23 pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= containers
|
|
GH_PROJECT= buildah
|
|
INSTALL_TARGET= install install.completions
|
|
|
|
.include <bsd.port.mk>
|