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

{
    "name": "rexx",
    "portdir": "lang/rexx",
    "version": "3.9.6",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://regina-rexx.sourceforge.net/",
    "description": "Regina Rexx is an interpreter for the Rexx language",
    "long_description": "Regina is an implementation of the 1996 ANSI Standard for the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "yoav.nir",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "THE"
            ]
        }
    ]
}