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

{
    "name": "softhsm",
    "portdir": "security/softhsm",
    "version": "2.6.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.opendnssec.org/softhsm",
    "description": "Software implementation of a Hardware Security Module (HSM)",
    "long_description": "SoftHSM is an implementation of a cryptographic store accessible through a PKCS #11 interface. You can use it to explore PKCS #11 without having a Hardware Security Module. SoftHSM Version 2 is using openssl for its cryptographic operations.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "ian",
            "github": "iay",
            "ports_count": 1
        },
        {
            "name": "jaap",
            "github": "Jakker",
            "ports_count": 9
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cppunit",
                "libtool",
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "openssl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "pkcs11-provider"
            ]
        }
    ]
}