GET /api/v1/ports/mod_ca/
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": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"openssl",
"pkgconfig",
"apache2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"mod_crl",
"mod_csr",
"mod_ocsp",
"mod_pkcs12",
"mod_scep",
"mod_spkac",
"mod_timestamp"
]
}
]
}