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

{
    "name": "nzbget",
    "portdir": "net/nzbget",
    "version": "21.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://nzbget.net/",
    "description": "NZBGet is a cross-platform binary newsgrabber for nzb files, written in C++.",
    "long_description": "NZBGet is a cross-platform binary newsgrabber for nzb files, written in C++. It supports client/server mode, automatic par-check/-repair and web-interface. NZBGet requires low system resources and runs great on routers, NAS-devices and media players.",
    "active": true,
    "categories": [
        "net"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcrypt",
                "zlib",
                "libxml2",
                "ncurses",
                "gnutls"
            ]
        }
    ],
    "depends_on": []
}