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

{
    "name": "mysql_select",
    "portdir": "databases/mysql_select",
    "version": "0.1.2",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "",
    "description": "common files for selecting default MySQL version",
    "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of MySQL.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "mariadb",
                "mariadb-10.4",
                "mariadb-10.10",
                "mariadb-10.9",
                "mariadb-10.3",
                "mariadb-10.8",
                "mariadb-10.7",
                "mysql51",
                "mysql55",
                "mysql56",
                "mysql8",
                "percona",
                "mysql57",
                "mariadb-11.4",
                "mariadb-10.11",
                "mariadb-10.5",
                "mariadb-10.6"
            ]
        }
    ]
}