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

{
    "name": "scriptix",
    "portdir": "devel/scriptix",
    "version": "0.31",
    "license": "BSD",
    "platforms": "{darwin < 16}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://sourceforge.net/projects/awemud/",
    "description": "scripting system coded in C++",
    "long_description": "Scriptix is a scripting system coded in C++, designed solely for embedding in other C++ applications. Scriptix doesn't pretend to be a stand-alone language.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boehmgc"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "awemud"
            ]
        }
    ]
}