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

{
    "name": "vde2",
    "portdir": "net/vde2",
    "version": "2.3.3",
    "license": "GPL-2 and LGPL-2.1 and BSD-old",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/virtualsquare/vde-2",
    "description": "Virtual Distributed Ethernet",
    "long_description": "VDE is an ethernet compliant virtual network that can be spawned over a set of physical computer over the Internet.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [],
    "variants": [
        "experimental",
        "tuntap",
        "universal",
        "pcap"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpcap"
            ]
        }
    ],
    "depends_on": []
}