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

{
    "name": "ddd",
    "portdir": "devel/ddd",
    "version": "3.4.0",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/ddd/",
    "description": "Data Display Debugger",
    "long_description": "DDD is a graphical front-end for GDB and other command-line debuggers.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "openmotif",
                "xorg-libXaw",
                "xorg-libXp"
            ]
        }
    ],
    "depends_on": []
}