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

{
    "name": "postgresql91",
    "portdir": "databases/postgresql91",
    "version": "9.1.24",
    "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": [],
    "variants": [
        "python",
        "python27",
        "krb5",
        "perl",
        "tcl",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "bison"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ossp-uuid",
                "readline",
                "zlib",
                "libxslt",
                "libxml2",
                "openssl"
            ]
        },
        {
            "type": "run",
            "ports": [
                "postgresql_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "qt4-mac-postgresql91-plugin",
                "libzdb-postgresql91"
            ]
        },
        {
            "type": "run",
            "ports": [
                "postgresql91-server"
            ]
        }
    ]
}