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

{
    "name": "apple-completion",
    "portdir": "devel/apple-completion",
    "version": "0.1-20210108",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Honestpuck/apple_complete",
    "description": "Bash completions for Apple command-line tools",
    "long_description": "These are a number of scripts designed to add programmable completion to Bash for some of the Apple command line tools.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 310
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "run",
            "ports": [
                "bash"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "gutils-suite-core"
            ]
        }
    ]
}