mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
This also adds catatonit as a run-time dependancy since it is needed to support 'podman pod'.
23 lines
457 B
Makefile
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>
|