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

{
    "name": "sslscan",
    "portdir": "net/sslscan",
    "version": "2.1.6",
    "license": "(GPL-3+ or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rbsec/sslscan",
    "description": "Fast SSL scanner",
    "long_description": "SSLScan determines what ciphers are supported on SSL-based services, such as HTTPS. The output will include the certificate and the prefered ciphers of the SSL service in plaintext or XML.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 994
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "tlssled"
            ]
        }
    ]
}