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

{
    "name": "pgtcl",
    "portdir": "databases/pgtcl",
    "version": "1.5",
    "license": "unknown",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://pgtcl.projects.postgresql.org/",
    "description": "Tcl PostgreSQL interface",
    "long_description": "Tcl client interface to PostgreSQL",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "postgresql83",
                "tcl"
            ]
        }
    ],
    "depends_on": []
}