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

{
    "name": "libmilter",
    "portdir": "mail/libmilter",
    "version": "8.17.1",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.sendmail.org/doc/sendmail-current/libmilter/docs/",
    "description": "libmilter library from Sendmail",
    "long_description": "Sendmail's Content Management API (milter) provides third-party programs to access mail messages as they are being processed by the Mail Transfer Agent (MTA), allowing them to examine and modify message content and meta-information. Filtering policies implemented by Milter-conformant filters may then be centrally configured and composed in an end-user's MTA configuration file",
    "active": true,
    "categories": [
        "mail"
    ],
    "maintainers": [
        {
            "name": "dluke",
            "github": "danielluke",
            "ports_count": 31
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-12"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "milter-greylist",
                "opendkim"
            ]
        }
    ]
}