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

{
    "name": "pkcs11-provider",
    "portdir": "security/pkcs11-provider",
    "version": "1.0",
    "license": "Apache-2.0",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/latchset/pkcs11-provider",
    "description": "A pkcs#11 provider for OpenSSL 3.0+",
    "long_description": "An OpenSSL 3 provider to access Hardware or Software Tokens using the PKCS#11 Cryptographic Token Interface",
    "active": true,
    "categories": [
        "security",
        "crypto"
    ],
    "maintainers": [
        {
            "name": "cal",
            "github": "neverpanic",
            "ports_count": 51
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "gnutls",
                "meson",
                "ninja",
                "pkgconfig",
                "nss",
                "opensc",
                "p11-kit",
                "softhsm"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl3"
            ]
        }
    ],
    "depends_on": []
}