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

{
    "name": "nnn",
    "portdir": "sysutils/nnn",
    "version": "4.9",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/jarun/nnn",
    "description": "tiny, lightning fast, feature-packed file manager",
    "long_description": "nnn is a tiny, lightning fast, feature-packed file manager.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "mcalhoun",
            "github": "MarcusCalhoun-Lopez",
            "ports_count": 1159
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "pcre",
                "readline"
            ]
        }
    ],
    "depends_on": []
}