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

{
    "name": "duply",
    "portdir": "sysutils/duply",
    "version": "1.9.1",
    "license": "GPL-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://duply.net",
    "description": "Duply is a shell front end for the duplicity backup tool.",
    "long_description": "Duply greatly simplifies duplicity's usage by implementing backup job profiles, batch commands and more.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "dmankus",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "run",
            "ports": [
                "duplicity"
            ]
        }
    ],
    "depends_on": []
}