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

{
    "name": "knot",
    "portdir": "net/knot",
    "version": "3.4.4",
    "license": "GPL-3+",
    "platforms": "{darwin >= 15}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.knot-dns.cz",
    "description": "Knot DNS is a high-performance authoritative-only DNS server which supports all key features of the modern domain name system.",
    "long_description": "Knot DNS is a high-performance authoritative-only DNS server which supports all key features of the modern domain name system.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1001
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "protobuf-c",
                "userspace-rcu",
                "lmdb",
                "nghttp2",
                "ngtcp2",
                "libidn2",
                "fstrm",
                "gnutls"
            ]
        }
    ],
    "depends_on": []
}