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

{
    "name": "rb-mysql",
    "portdir": "ruby/rb-mysql",
    "version": "2.7.5",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.tmtm.org/mysql/ruby/",
    "description": "Ruby API for the Mysql database",
    "long_description": "This is the Ruby library for accessing Mysql databases from within Ruby. It works with Mysql 5.",
    "active": true,
    "categories": [
        "databases",
        "ruby"
    ],
    "maintainers": [
        {
            "name": "roberto",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "ruby"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mysql5"
            ]
        }
    ],
    "depends_on": []
}