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

{
    "name": "mariadb-10.0",
    "portdir": "databases/mariadb-10.0",
    "version": "10.0.38",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mariadb.org/",
    "description": "Multithreaded SQL database server",
    "long_description": "Mariadb is a fork of the MySQL server, a multi-threaded SQL database.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 441
        }
    ],
    "variants": [
        "debug",
        "system_readline",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14",
                "cmake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "pcre",
                "zlib",
                "tcp_wrappers",
                "judy"
            ]
        },
        {
            "type": "run",
            "ports": [
                "mysql_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "qt4-mac-mariadb-10.0-plugin"
            ]
        },
        {
            "type": "run",
            "ports": [
                "mariadb-10.0-server"
            ]
        }
    ]
}