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

{
    "name": "vsftpd",
    "portdir": "net/vsftpd",
    "version": "3.0.5",
    "license": "(GPL-2 or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://security.appspot.com/vsftpd.html",
    "description": "Secure FTP server for UNIX systems",
    "long_description": "vsftpd is an FTP server, or daemon. The 'vs' stands for Very Secure. Obviously this is not a guarantee, but a reflection that it is written with security in mind, and carefully designed to be resilient to attack.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [],
    "variants": [
        "ssl",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": []
}