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

{
    "name": "mandoc",
    "portdir": "textproc/mandoc",
    "version": "1.14.6",
    "license": "ISC",
    "platforms": "openbsd freebsd netbsd darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mandoc.bsd.lv/",
    "description": "UNIX manpage compiler",
    "long_description": "mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "grimreaper",
            "github": "grimreaper",
            "ports_count": 12
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "libfido2",
                "dotenv"
            ]
        }
    ]
}