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

{
    "name": "rb19-gli",
    "portdir": "ruby/rb19-gli",
    "version": "1.1.1",
    "license": "Apache",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://davetron5000.github.io/gli/",
    "description": "Git-Like Interface Command Line Parser",
    "long_description": "An application and API for describing command line interfaces that can be used to quickly create a shell for executing command-line tasks. The command line user interface is similar to Gits, in that it takes global options, a command, command-specific options, and arguments",
    "active": true,
    "categories": [
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "rb19-trac4r"
            ]
        }
    ]
}