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

{
    "name": "liboss",
    "portdir": "audio/liboss",
    "version": "0.0.1",
    "license": "LGPL and BSD-old and Restrictive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://liboss.sourceforge.net/",
    "description": "OSS emulation for macOS",
    "long_description": "liboss is a sound API to provide OSS support in macOS.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "audiofile",
                "esound"
            ]
        }
    ],
    "depends_on": []
}