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

{
    "name": "aacgain",
    "portdir": "audio/aacgain",
    "version": "1.8",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://aacgain.altosdesign.com/",
    "description": "AAC/MP3 normalisation tool",
    "long_description": "A modification of mp3gain to normalise the volume of MP3 and AAC audio files.",
    "active": true,
    "categories": [
        "audio"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "faad2",
                "mp4v2"
            ]
        }
    ],
    "depends_on": []
}