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

{
    "name": "arpwatch",
    "portdir": "net/arpwatch",
    "version": "3.7",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://ee.lbl.gov",
    "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",
                "wget",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpcap",
                "python313"
            ]
        },
        {
            "type": "run",
            "ports": [
                "net-snmp"
            ]
        }
    ],
    "depends_on": []
}