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

{
    "name": "yaws",
    "portdir": "www/yaws",
    "version": "2.0.6",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://yaws.hyber.org/",
    "description": "Webserver for dynamic content written in Erlang",
    "long_description": "Yaws is a high performance HTTP server for dynamic content written in Erlang. Pages can be dynamic with embedded erlang code. Yaws also features a built-in Wiki.",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [
        {
            "name": "ciserlohn",
            "github": "ci42",
            "ports_count": 33
        }
    ],
    "variants": [
        "yapp",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "erlang",
                "clang-14"
            ]
        }
    ],
    "depends_on": []
}