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

{
    "name": "ne",
    "portdir": "editors/ne",
    "version": "3.3.3",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://ne.di.unimi.it/",
    "description": "ne - nice editor",
    "long_description": "ne is a free text editor that runs on (hopefully almost) any UN*X machine. ne is easy to use for the beginner, but powerful and fully configurable for the wizard, and most sparing in its resource usage.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "perl5",
                "texinfo",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}