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

{
    "name": "arp-scan",
    "portdir": "net/arp-scan",
    "version": "1.10.0",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/royhills/arp-scan",
    "description": "ARP scanning and fingerprinting tool",
    "long_description": "Arp-scan is a command-line tool that uses the ARP protocol to discover and fingerprint IP hosts on the local network.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [
        {
            "name": "mps",
            "github": "Schamschula",
            "ports_count": 1048
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpcap"
            ]
        }
    ],
    "depends_on": []
}