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

{
    "name": "gcli",
    "portdir": "devel/gcli",
    "version": "2.4.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://herrhotzenplotz.de/gcli/",
    "description": "CLI utility to interact with various Git forges",
    "long_description": "GCLI is a simple and portable CLI tool for interacting with GitHub, GitLab, and Gitea from the command line.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bison",
                "flex",
                "pkgconfig",
                "coreutils",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "curl"
            ]
        }
    ],
    "depends_on": []
}