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

{
    "name": "vexus-cdk",
    "portdir": "devel/vexus-cdk",
    "version": "4.9.13",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.vexus.ca/products/CDK/",
    "description": "Curses Development Kit -- widgets for curses",
    "long_description": "CDK is a C based curses widget library. CDK sits on top of the curses library and provides 21 ready to use widgets for rapid application development of text based interfaces. CDK delivers many of the common widget types required for a robust interface. Widgets can be combined to create complex widgets if needed. CDK significantly reduces the development time of text based application interfaces.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}