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

{
    "name": "gnushogi",
    "portdir": "games/gnushogi",
    "version": "1.3.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.cs.caltech.edu/~mvanier/hacking/gnushogi/gnushogi.html",
    "description": "GNU version of Shogi, a game of Japanese chess.",
    "long_description": "GNU version of Shogi, a game of Japanese chess.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "xorg-libXaw"
            ]
        }
    ],
    "depends_on": []
}