mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
sysutils/podman-suite: new meta-port combining the full set
- buildah - podman - skopeo Sponsored by: SkunkWerks, GmbH
This commit is contained in:
parent
a521f78f6a
commit
17b8a182c8
4 changed files with 33 additions and 0 deletions
|
@ -1018,6 +1018,7 @@
|
|||
SUBDIR += pmt
|
||||
SUBDIR += pnscan
|
||||
SUBDIR += podman
|
||||
SUBDIR += podman-suite
|
||||
SUBDIR += polkit
|
||||
SUBDIR += polkit-gnome
|
||||
SUBDIR += polkit-qt
|
||||
|
|
21
sysutils/podman-suite/Makefile
Normal file
21
sysutils/podman-suite/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= podman-suite
|
||||
PORTVERSION= 20221029
|
||||
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>
|
5
sysutils/podman-suite/pkg-descr
Normal file
5
sysutils/podman-suite/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
buildah, podman and skopeo, comprise a modern container-based workflow
|
||||
toolkit, now available on FreeBSD.
|
||||
|
||||
This meta-package doesn't preclude users from combining these
|
||||
separately, nor from installing a functional subset of components.
|
6
sysutils/podman-suite/pkg-message
Normal file
6
sysutils/podman-suite/pkg-message
Normal file
|
@ -0,0 +1,6 @@
|
|||
Optionally, to host your own image registry, or to
|
||||
create cross-platform images, install in addition:
|
||||
|
||||
- sysutils/docker-registry
|
||||
- emulators/qemu-user-static
|
||||
|
Loading…
Add table
Reference in a new issue