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

{
    "name": "mp3cue",
    "portdir": "audio/mp3cue",
    "version": "0.4.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.bl0rg.net/software/poc",
    "description": "MP3 cue file parser",
    "long_description": "mp3cue is a program that parses an input CUE file describing a multitrack MP3 and cuts the input MP3 into multiple MP3 tracks according to the description in the CUE file.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libid3tag",
                "bison",
                "flex",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}