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

{
    "name": "bind9",
    "portdir": "net/bind9",
    "version": "9.20.6",
    "license": "(MPL-2 or GPL-2+ or LGPL-2.1+ or AGPL-3+)",
    "platforms": "{darwin >= 11} freebsd sunos",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.isc.org/bind/",
    "description": "Domain Name System server",
    "long_description": "The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "dluke",
            "github": "danielluke",
            "ports_count": 31
        },
        {
            "name": "jmr",
            "github": "jmroot",
            "ports_count": 309
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openssl",
                "userspace-rcu",
                "libidn2",
                "lmdb",
                "libxml2",
                "nghttp2",
                "json-c",
                "jemalloc",
                "libuv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "dns-server"
            ]
        }
    ]
}