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

{
    "name": "jnethack",
    "portdir": "games/jnethack",
    "version": "3.4.3-0.11",
    "license": "nethack",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://jnethack.sourceforge.jp/",
    "description": "Classic dungeon adventure game, translated in Japanese.",
    "long_description": "Classic dungeon adventure game, translated in Japanese.",
    "active": true,
    "categories": [
        "games",
        "japanese"
    ],
    "maintainers": [],
    "variants": [
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bison",
                "flex",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "xorg-libX11"
            ]
        },
        {
            "type": "run",
            "ports": [
                "cocot"
            ]
        }
    ],
    "depends_on": []
}