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

{
    "name": "apple-gcc40",
    "portdir": "lang/apple-gcc40",
    "version": "5494",
    "license": "GPL-2",
    "platforms": "{darwin < 13}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://opensource.apple.com/",
    "description": "Apple's version of gcc 4.0",
    "long_description": "Apple's version of the GNU compiler collection, version 4.0. Supports C and Objective-C only.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                null
            ]
        },
        {
            "type": "run",
            "ports": [
                null
            ]
        }
    ],
    "depends_on": []
}