aboutsummaryrefslogblamecommitdiff
path: root/sysutils/podman-suite/Makefile
blob: d003b52668e07caac763958486b1f7edc3cf46b5 (plain) (tree)
1
2
3
4
5
6
                            
                        


                               
                                                      














                                                    
PORTNAME=	podman-suite
PORTVERSION=	20240109
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>