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

{
    "name": "pianod",
    "portdir": "audio/pianod",
    "version": "343",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://deviousfish.com/Pianod",
    "description": "Music playing daemon with Pandora support",
    "long_description": "Client/server Pandora & local music daemon controllable via telnet or WebSocket. Includes web client and a shell script for command-line control. Supports multiple listeners with adjustable privileges, automatic station selection, script to run programmed station sequences.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [
        {
            "name": "perette",
            "github": "perette",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "taglib",
                "curl"
            ]
        }
    ],
    "depends_on": []
}