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

{
    "name": "gss",
    "portdir": "security/gss",
    "version": "1.0.4",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/gss/",
    "description": "GNU Generic Security Service Library",
    "long_description": "GSS is an implementation of the Generic Security Service Application Program Interface (GSS-API). GSS-API is used by network servers to provide security services, e.g., to authenticate SMTP/IMAP clients against SMTP/IMAP servers.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "pkgconfig",
                "gtk-doc",
                "autoconf",
                "automake",
                "gettext",
                "libtool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext-runtime",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "imap-uw",
                "libgsasl"
            ]
        }
    ]
}