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

{
    "name": "larn",
    "portdir": "games/larn",
    "version": "12",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "",
    "description": "Text-based cavern exploring game",
    "long_description": "Larn is a text-based fantasy role-playing game similar to Rogue, Nethack, etc.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [],
    "variants": [
        "singleuser",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bsdmake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}