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

{
    "name": "mod_dnssd",
    "portdir": "www/mod_dnssd",
    "version": "0.6",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://0pointer.de/lennart/projects/mod_dnssd/",
    "description": "Apache module to add Zeroconf support via DNS-SD using Avahi",
    "long_description": "Apache module to add Zeroconf support via DNS-SD using Avahi",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "avahi",
                "apache2"
            ]
        }
    ],
    "depends_on": []
}