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

{
    "name": "dnsviz",
    "portdir": "net/dnsviz",
    "version": "0.9.3",
    "license": "GPL-2+",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/dnsviz/dnsviz",
    "description": "DNS measurement and diagnostic tool suite",
    "long_description": "DNSViz is a tool suite for measurement, diagnostic, and visualization of Domain Name System (DNS) behavior, including its security extensions (DNSSEC).",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "casey",
            "github": "cdeccio",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py38-setuptools",
                "py38-wheel",
                "py38-build",
                "py38-installer",
                "graphviz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python38"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py38-dnspython",
                "py38-m2crypto",
                "py38-pygraphviz"
            ]
        }
    ],
    "depends_on": []
}