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

{
    "name": "elftoolchain",
    "portdir": "devel/elftoolchain",
    "version": "0.7.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://elftoolchain.sourceforge.net/",
    "description": "Compilation tools and libraries for ELF",
    "long_description": "BSD-licensed compilation tools and libaries for handling the ELF file format. This includes implementations of libelf and libdwarf along with the tools nm, ar, as, elfdump and more.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "raimue",
            "github": "raimue",
            "ports_count": 56
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bison",
                "bmake",
                "bsdmake",
                "flex",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libarchive"
            ]
        }
    ],
    "depends_on": []
}