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

{
    "name": "n",
    "portdir": "devel/n",
    "version": "10.1.0",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tj/n",
    "description": "A simple tool to interactively manage Node.js versions",
    "long_description": "A simple tool to interactively manage Node.js versions",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "akierig",
            "github": "akierig",
            "ports_count": 8
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}