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

{
    "name": "tclcl",
    "portdir": "lang/tclcl",
    "version": "1.16",
    "license": "BSD-old",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://otcl-tclcl.sourceforge.net/tclcl/",
    "description": "TclCL (Tcl with classes)",
    "long_description": "TclCL is a Tcl/C++ interface",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "otcl",
                "tcl",
                "tk"
            ]
        }
    ],
    "depends_on": []
}