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

{
    "name": "mutt",
    "portdir": "mail/mutt",
    "version": "2.2.13",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.mutt.org",
    "description": "The Mutt E-Mail Client",
    "long_description": "Mutt is a small but very powerful text-based MIME mail client. Mutt is highly configurable, and is well suited to the mail power user with advanced features like key bindings, keyboard macros, mail threading, regular expression searches and a powerful pattern matching language for selecting groups of messages.",
    "active": true,
    "categories": [
        "mail"
    ],
    "maintainers": [
        {
            "name": "l2dy",
            "github": "l2dy",
            "ports_count": 92
        }
    ],
    "variants": [
        "idn",
        "pop",
        "imap",
        "ssl",
        "gnutls",
        "sasl",
        "debug",
        "gdbm",
        "lmdb",
        "db4",
        "smtp",
        "sqlite3",
        "autocrypt",
        "gpgme",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gdbm",
                "gettext",
                "gnutls",
                "zlib",
                "libidn",
                "libiconv",
                "ncurses"
            ]
        },
        {
            "type": "run",
            "ports": [
                "curl-ca-bundle"
            ]
        }
    ],
    "depends_on": []
}