freebsd-ports/sysutils/podman-suite/Makefile
Doug Rabson 1e8393f74b sysutils/podman-suite: update to 20230817
Approved by:	imp
Differential Revision: https://reviews.freebsd.org/D41490
2023-08-24 16:23:30 +01:00

21 lines
422 B
Makefile

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