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

{
    "name": "rb19-sinatra",
    "portdir": "ruby/rb19-sinatra",
    "version": "1.0",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.sinatrarb.com/",
    "description": "Classy web-development dressed in a DSL",
    "long_description": "Sinatra is a small, flexible web application framework and domain-specific language written in Ruby. It does not follow the typical model-view-controller pattern that is seen in other frameworks, such as Ruby on Rails. Instead, Sinatra focuses on quickly creating  web-applications in Ruby with minimal effort.",
    "active": true,
    "categories": [
        "www",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb19-taps"
            ]
        }
    ]
}