freebsd-ports/sysutils/podman-suite/Makefile
Sergey A. Osokin ae573a6f5e sysutils/podman-suite: update from 20240605 to 20241023
Approved by:		dfr (maintainer)
Differential Revision:	https://reviews.freebsd.org/D47914
2024-12-04 12:07:57 -05:00

21 lines
422 B
Makefile

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