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

{
    "name": "burp",
    "portdir": "sysutils/burp",
    "version": "2.1.32",
    "license": "(AGPL-3+ or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://burp.grke.org/",
    "description": "BackUp and Restore Program",
    "long_description": "Burp is a network backup and restore program. It attempts to reduce network traffic and the amount of space that is used by each backup.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "dports",
            "github": "drkp",
            "ports_count": 74
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "openssl",
                "zlib",
                "librsync",
                "uthash",
                "gettext"
            ]
        }
    ],
    "depends_on": []
}