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

{
    "name": "2Pong",
    "portdir": "games/2Pong",
    "version": "1.0.1a",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://twopong.sourceforge.net/",
    "description": "Pong game with 2 balls, 2 and 4 player support",
    "long_description": "Pong game with 2 balls, 2 and 4 player support",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "makeicns",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsdl",
                "libsdl_net",
                "zlib",
                "libxml2",
                "libiconv",
                "libsdl_mixer"
            ]
        }
    ],
    "depends_on": []
}