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

{
    "name": "moe",
    "portdir": "editors/moe",
    "version": "1.15",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/moe/",
    "description": "GNU moe - console text editor for ISO-8859 and ASCII character encodings.",
    "long_description": "GNU moe is a console text editor for ISO-8859 and ASCII character encodings. It has a modeless, user-friendly interface, online help, multiple windows, global search/replace (on all buffers at once), block operations, automatic indentation, word wrapping, etc.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "texinfo",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "lzip"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}