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

{
    "name": "postgresql81",
    "portdir": "databases/postgresql81",
    "version": "8.1.23",
    "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": [
                "readline",
                "zlib",
                "libxslt",
                "libxml2",
                "openssl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "pg2xbase",
                "qt4-mac-postgresql81-plugin",
                "libzdb-postgresql81"
            ]
        },
        {
            "type": "run",
            "ports": [
                "postgresql81-server"
            ]
        }
    ]
}