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

{
    "name": "bacula",
    "portdir": "sysutils/bacula",
    "version": "15.0.2",
    "license": "(AGPL-3 or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.bacula.org/",
    "description": "network based backup program",
    "long_description": "Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [],
    "variants": [
        "client_only",
        "console_bat",
        "mysql51",
        "mysql55",
        "postgresql16",
        "sqlite3",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "makeicns",
                "tcp_wrappers",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "openssl",
                "qwt52",
                "qt4-mac",
                "tcp_wrappers",
                "libiconv",
                "gawk",
                "lzo2",
                "zlib",
                "gettext"
            ]
        }
    ],
    "depends_on": []
}