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

{
    "name": "nsd",
    "portdir": "net/nsd",
    "version": "4.3.8",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.nlnetlabs.nl/projects/nsd/about/",
    "description": "Authoritative only, high performance, simple name server.",
    "long_description": "NSD is an authoritative only, high performance, simple and open source name server.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "gerben.wierda",
            "github": "gctwnl",
            "ports_count": 1
        }
    ],
    "variants": [
        "rootserver",
        "stats",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libevent",
                "openssl"
            ]
        }
    ],
    "depends_on": []
}