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

{
    "name": "rb-bones",
    "portdir": "ruby/rb-bones",
    "version": "3.9.0",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rubygems.org/gems/bones",
    "description": "Mr Bones is a handy tool that builds a skeleton for your new Ruby projects",
    "long_description": "Mr Bones is a handy tool that builds a skeleton for your new Ruby projects",
    "active": true,
    "categories": [
        "devel",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby",
                "rb-rubygems"
            ]
        }
    ],
    "depends_on": []
}