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

{
    "name": "mod_ca",
    "portdir": "www/mod_ca",
    "version": "0.2.2",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://redwax.eu/",
    "description": "base modules for redwax.eu",
    "long_description": "Core mod_ca modules which provide cryptographic and PKI services to other redwax modules.",
    "active": true,
    "categories": [
        "security",
        "www"
    ],
    "maintainers": [
        {
            "name": "dirkx",
            "github": "dirkx",
            "ports_count": 8
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl",
                "apache2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mod_crl",
                "mod_csr",
                "mod_ocsp",
                "mod_pkcs12",
                "mod_scep",
                "mod_spkac",
                "mod_timestamp"
            ]
        }
    ]
}