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

{
    "name": "postgresql80",
    "portdir": "databases/postgresql80",
    "version": "8.0.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": false,
    "categories": [
        "databases"
    ],
    "maintainers": [],
    "variants": [
        "python",
        "krb5",
        "perl",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "bison",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "openssl",
                "readline"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "qt4-mac-postgresql80-plugin",
                "libzdb-postgresql80"
            ]
        },
        {
            "type": "run",
            "ports": [
                "postgresql80-server"
            ]
        }
    ]
}