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

{
    "name": "gwget",
    "portdir": "gnome/gwget",
    "version": "1.0.4",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnome.org/projects/gwget/",
    "description": "Gwget is a Download Manager for Gnome 2. It uses wget as a backend.",
    "long_description": "Gwget is a Download Manager for Gnome 2. It uses wget as a backend.",
    "active": true,
    "categories": [
        "net",
        "gnome"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "intltool",
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgnomeui",
                "desktop-file-utils",
                "gconf",
                "libglade2"
            ]
        },
        {
            "type": "run",
            "ports": [
                "wget"
            ]
        }
    ],
    "depends_on": []
}