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

{
    "name": "dvdrw-tools",
    "portdir": "sysutils/dvdrw-tools",
    "version": "7.1",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://fy.chalmers.se/~appro/linux/DVD+RW/",
    "description": "Tool for mastering DVD media, including +R/RW and -R/RW",
    "long_description": "Tool for mastering DVD media, including +R/RW and -R/RW",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "run",
            "ports": [
                "cdrtools"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "tovid"
            ]
        }
    ]
}