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

{
    "name": "rb19-railties",
    "portdir": "ruby/rb19-railties",
    "version": "3.0.5",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://rubyonrails.org/",
    "description": "Railties glues the Rails frameworks together",
    "long_description": "Railties glues the Rails frameworks together.",
    "active": true,
    "categories": [
        "devel",
        "www",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        },
        {
            "type": "run",
            "ports": [
                "rb19-actionpack",
                "rb19-activesupport",
                "rb19-thor"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb19-rails"
            ]
        }
    ]
}