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

{
    "name": "arpd",
    "portdir": "net/arpd",
    "version": "0.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.citi.umich.edu/u/provos/honeyd/",
    "description": "user space ARP (Address Resolution Protocol) daemon",
    "long_description": "user space ARP (Address Resolution Protocol) daemon",
    "active": true,
    "categories": [
        "net",
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libevent",
                "libdnet",
                "libpcap"
            ]
        }
    ],
    "depends_on": []
}