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

{
    "name": "fdm",
    "portdir": "mail/fdm",
    "version": "2.2",
    "license": "ISC",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/nicm/fdm",
    "description": "A program designed to fetch mail.",
    "long_description": "fdm is a program designed to fetch mail from POP3 or IMAP servers, or receive local mail from stdin, and deliver it in various ways.",
    "active": true,
    "categories": [
        "mail"
    ],
    "maintainers": [
        {
            "name": "shuxiao9058",
            "github": "shuxiao9058",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "automake",
                "libtool",
                "pkgconfig",
                "autoconf"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tdb",
                "openssl3",
                "zlib"
            ]
        }
    ],
    "depends_on": []
}