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

{
    "name": "db53",
    "portdir": "databases/db53",
    "version": "5.3.28",
    "license": "Sleepycat",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.oracle.com/us/products/database/berkeley-db/db/overview/index.html",
    "description": "The Berkeley DB package, version 5.3",
    "long_description": "Version 5.3 of the Berkeley Data Base library which offers (key/value) storage with optional concurrent access or transactions interface. This port will install the AES (American Encryption Standard) enabled version.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [],
    "variants": [
        "java",
        "sql",
        "tcl",
        "umrw",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py36-bsddb3",
                "argus-monitor",
                "py37-bsddb3",
                "evolution-data-server"
            ]
        }
    ]
}