summaryrefslogtreecommitdiff
path: root/sysutils/podman-suite/Makefile
blob: 6d85257f2a918fef4591fab6801d811fa8eab79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	podman-suite
PORTVERSION=	20221130
CATEGORIES=	sysutils

MAINTAINER=	dfr@FreeBSD.org
COMMENT=	Metaport of podman and buildah toolkit
WWW=		https://podman.io/

USES=		metaport

RUN_DEPENDS=	buildah>=0:sysutils/buildah  \
		podman>=0:sysutils/podman \
		skopeo>=0:sysutils/skopeo

.include <bsd.port.options.mk>

.if ${OPSYS} != FreeBSD
IGNORE=		not supported for this configuration
.endif

.include <bsd.port.mk>