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

{
    "name": "arpwatch",
    "portdir": "net/arpwatch",
    "version": "2.1a15",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://online.securityfocus.com/tools/142",
    "description": "Monitor ARP & RARP requests",
    "long_description": "Arpwatch monitors ethernet activity and maintains a database of ethernet/ip address pairings. It also reports certain changes via email.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "normen",
            "github": "Gminfly",
            "ports_count": 11
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpcap"
            ]
        }
    ],
    "depends_on": []
}