Files
Doug Rabson 366c60ac14 sysutils/podman-suite: update to 20250203
This also adds catatonit as a run-time dependancy since it is needed to
support 'podman pod'.
2025-02-18 14:59:10 +00:00

23 lines
457 B
Makefile

PORTNAME= podman-suite
PORTVERSION= 20250203
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 \
catatonit>=0:sysutils/catatonit \
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>