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

{
    "name": "bogofilter",
    "portdir": "mail/bogofilter",
    "version": "1.2.5",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://bogofilter.sourceforge.io/",
    "description": "Fast Bayesian Spam Filter",
    "long_description": "Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections.",
    "active": true,
    "categories": [
        "mail"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "gsl",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "claws-mail"
            ]
        }
    ]
}