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

{
    "name": "system-preferences",
    "portdir": "gnustep/system-preferences",
    "version": "1.0.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.gnustep.it/enrico/system-preferences/",
    "description": "GNUstep's System Preferences.",
    "long_description": "System Preferences is a clone of the Mac OS X System Preferences application based on a GNUstep implementation of the PreferencePanes framework.",
    "active": true,
    "categories": [
        "gnustep"
    ],
    "maintainers": [],
    "variants": [
        "with_docs"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "PreferencePanes",
                "gnustep-core"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gworkspace"
            ]
        }
    ]
}