summaryrefslogtreecommitdiff
path: root/sysutils/buildah/Makefile
blob: d2dca44b16cade0332541727e8188401d3b26aa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	buildah
PORTVERSION=	1.29.0.dev
PORTREVISION=	2
CATEGORIES=	sysutils

MAINTAINER=	dfr@FreeBSD.org
COMMENT=	Manage Pods, Containers and Container Images
WWW=		https://buildah.io/

LICENSE=	GPLv2

BUILD_DEPENDS=	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 pkgconfig

USE_GITHUB=	yes
GH_ACCOUNT=	containers
GH_PROJECT=	buildah
GH_TAGNAME=	cf661299
INSTALL_TARGET=	install install.completions

.include <bsd.port.mk>