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

{
    "name": "postgresql94",
    "portdir": "databases/postgresql94",
    "version": "9.4.26",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.postgresql.org/",
    "description": "The most advanced open-source database available anywhere.",
    "long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "jwa",
            "github": "jyrkiwahlstedt",
            "ports_count": 37
        }
    ],
    "variants": [
        "python",
        "python27",
        "perl",
        "tcl",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "bison"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "readline",
                "libxml2",
                "zlib",
                "libxslt",
                "openssl"
            ]
        },
        {
            "type": "run",
            "ports": [
                "postgresql_select-94"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "postgresql94-server"
            ]
        }
    ]
}