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

{
    "name": "privoxy-pki-bundle",
    "portdir": "www/privoxy",
    "version": "4.0.0",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.privoxy.org/",
    "description": "PKI Bundle for privoxy",
    "long_description": "PKI Bundle for privoxy",
    "active": true,
    "categories": [
        "net",
        "security",
        "www"
    ],
    "maintainers": [
        {
            "name": "s.t.smith",
            "github": "essandess",
            "ports_count": 35
        }
    ],
    "variants": [
        "user_pki_bundle"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "curl-ca-bundle",
                "apple-pki-bundle"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "privoxy"
            ]
        }
    ]
}