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

{
    "name": "blockout2",
    "portdir": "games/blockout2",
    "version": "2.4",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.blockout.net/blockout2/",
    "description": "Open source clone of the 1989 California Dreams classic game Blockout.",
    "long_description": "Open source clone of the 1989 California Dreams classic game Blockout.",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [
        {
            "name": "jeremy",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsdl_mixer",
                "libsdl"
            ]
        }
    ],
    "depends_on": []
}