GET /api/v1/ports/mysqlxx/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "mysqlxx",
    "portdir": "databases/mysqlxx",
    "version": "3.0.8",
    "license": "unknown",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://tangentsoft.net/mysql++/",
    "description": "C++ wrapper for MySQL's C API",
    "long_description": "MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [],
    "variants": [
        "mysql5",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "mysql5",
                "gettext"
            ]
        }
    ],
    "depends_on": []
}