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

{
    "name": "libgcc45",
    "portdir": "lang/gcc45",
    "version": "4.5.4",
    "license": "(GPL-3+ or Permissive)",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://gcc.gnu.org/",
    "description": "The GNU compiler collection",
    "long_description": "The GNU compiler collection, including front ends for C, C++, Objective-C, Objective-C++, Fortran, and Java.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "texinfo",
                "clang-9.0",
                "libiconv",
                "zlib",
                "cctools",
                "gmp",
                "ld64",
                "libmpc",
                "mpfr"
            ]
        },
        {
            "type": "lib",
            "ports": [
                null
            ]
        },
        {
            "type": "run",
            "ports": [
                "libgcc6"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "gcc43",
                "gcc44",
                "gcc45"
            ]
        }
    ]
}