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

{
    "name": "vtun",
    "portdir": "net/vtun",
    "version": "3.0.4",
    "license": "(GPL-2+ or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://vtun.sourceforge.net/",
    "description": "vtun is for creating encrypted network links",
    "long_description": "vtun is for creating encrypted network links. It is the easiest way to create virtual tunnels over TCP/IP networks with traffic shaping, compression, and encryption. Open-Source and distributed under the GPL, it supports IP, PPP, SLIP, ethernet and other tunnel types. vtun is easily and highly configurable, it can be used for various network tasks.",
    "active": true,
    "categories": [
        "net",
        "security"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "lzo",
                "openssl"
            ]
        }
    ],
    "depends_on": []
}