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

{
    "name": "pick",
    "portdir": "devel/pick",
    "version": "4.0.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/mptre/pick",
    "description": "Command-line tool to fuzzy select anything",
    "long_description": "The pick utility allows users to choose one option from a set of choices using an interface with fuzzy search functionality.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "chenguokai17",
            "github": "chenguokai",
            "ports_count": 6
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}