freebsd-ports/sysutils/podman-suite/Makefile
Doug Rabson 0c88b434e1 sysutils/podman-suite: update to 20240109
Approved by:	dch
Differential Revision: https://reviews.freebsd.org/D43121
2024-01-11 15:14:54 +00:00

21 lines
422 B
Makefile

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>