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

{
    "name": "unbound",
    "portdir": "net/unbound",
    "version": "1.19.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://nlnetlabs.nl/projects/unbound/",
    "description": "Validating, recursive, and caching DNS resolver.",
    "long_description": "Unbound is a validating, recursive, and caching DNS server software product from NLnet Labs, VeriSign Inc., Nominet, and Kirei. It is distributed free of charge in open source form under the BSD license. Unbound is designed as a set of modular components that incorporate modern features, such as enhanced security (DNSSEC) validation, Internet Protocol Version 6 (IPv6), and a client resolver library API as an integral part of the architecture.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 147
        }
    ],
    "variants": [
        "libevent",
        "dnstap",
        "nghttp2",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "flex",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsodium",
                "openssl",
                "expat"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "opendkim"
            ]
        }
    ]
}