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

{
    "name": "exim",
    "portdir": "mail/exim",
    "version": "4.94.2",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.exim.org/",
    "description": "complete replacement for sendmail",
    "long_description": "Exim is a mail transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. In overall style it is similar to Smail 3, but its facilities are more extensive.",
    "active": true,
    "categories": [
        "mail"
    ],
    "maintainers": [],
    "variants": [
        "mysql5",
        "ldap",
        "macports_ldap"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pcre",
                "clang-14",
                "perl5"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "db48",
                "openssl",
                "sqlite3"
            ]
        }
    ],
    "depends_on": []
}