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

{
    "name": "moon-buggy",
    "portdir": "games/moon-buggy",
    "version": "20170822",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/seehuhn/moon-buggy",
    "description": "Drive a car across the moon, jump craters",
    "long_description": "Moon-buggy is a simple character graphics game, where you drive some kind of car across the moon's surface. Unfortunately there are dangerous craters there. Fortunately your car can jump over them!",
    "active": true,
    "categories": [
        "games"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "texinfo",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}