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

{
    "name": "mod_mono",
    "portdir": "www/mod_mono",
    "version": "3.12",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.mono-project.com/Mod_mono",
    "description": "an Apache plug-in for hosting the Mono System.Web classes",
    "long_description": "An Apache web server plug-in that hosts the Mono System.Web classes for running what is commonly known as ASP.NET",
    "active": true,
    "categories": [
        "www",
        "mono"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0",
                "gsed"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mono",
                "apache2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "xsp"
            ]
        }
    ],
    "depends_on": []
}