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

{
    "name": "gnucobol",
    "portdir": "lang/gnucobol",
    "version": "3.2",
    "license": "(GPL-3+ or LGPL-3+)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gnucobol.sourceforge.io/",
    "description": "an open-source COBOL compiler",
    "long_description": "GnuCOBOL is a free COBOL compiler, formerly known as OpenCOBOL. It implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014 standards, as well as many extensions included in other COBOL compilers.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "gettext",
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext-runtime",
                "db48",
                "libcjson",
                "gmp",
                "ncurses",
                "libxml2"
            ]
        }
    ],
    "depends_on": []
}