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

{
    "name": "port-depgraph",
    "portdir": "sysutils/port-depgraph",
    "version": "0.2",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://svn.macports.org/repository/macports/contrib/port-depgraph",
    "description": "Create a Graphviz graph description of a port's rdeps list",
    "long_description": "Run a recursive dependency listing against a given port, outputing a Graphviz graph description.",
    "active": true,
    "categories": [
        "sysutils",
        "macports"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "subversion"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "graphviz"
            ]
        }
    ],
    "depends_on": []
}