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

{
    "name": "efte",
    "portdir": "editors/efte",
    "version": "1.1",
    "license": "(Artistic-1 or GPL-2+)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://efte.sourceforge.net",
    "description": "configurable programmers editor",
    "long_description": "eFTE is a lightweight, extendable, folding text editor geared toward the programmer. eFTE is a fork of FTE with goals of taking FTE to the next step, hence, Enhanced FTE.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xorg-libXext",
                "xorg-libice",
                "ncurses",
                "xpm",
                "xorg-libsm",
                "xorg-libX11"
            ]
        }
    ],
    "depends_on": []
}