GET /api/v1/ports/podman/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "podman",
    "portdir": "sysutils/podman",
    "version": "4.9.3",
    "license": "Apache-2",
    "platforms": "darwin freebsd linux",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/containers/podman",
    "description": "Tool for managing OCI containers and pods.",
    "long_description": "Podman is a tool for running Linux containers. You can do this from a MacOS desktop as long as you have access to a linux box either running inside of a VM on the host, or available via the network. You need to install the remote client and then setup ssh connection information.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 541
        },
        {
            "name": "kirill",
            "github": "catap",
            "ports_count": 1279
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "pre-commit",
                "go-md2man",
                "clang-16",
                "python312"
            ]
        },
        {
            "type": "run",
            "ports": [
                "qemu",
                "gvisor-tap-vsock"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "podman-compose",
                "podman-compose-devel"
            ]
        }
    ]
}