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

{
    "name": "proftpd",
    "portdir": "net/proftpd",
    "version": "1.3.8b",
    "license": "GPL-2+",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.proftpd.org",
    "description": "Highly configurable ftp-server.",
    "long_description": "ProFTPD is a highly configurable ftp daemon for unix and unix-like operating systems. ProFTPD is designed to be somewhat of a drop-in replacement for wu-ftpd with a configuration format like Apache.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [],
    "variants": [
        "mysql57",
        "postgresql11",
        "sqlite3",
        "quotatab",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libtool",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsodium",
                "ncurses",
                "openssl",
                "libidn"
            ]
        }
    ],
    "depends_on": []
}