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

{
    "name": "exec-wrapper",
    "portdir": "sysutils/exec-wrapper",
    "version": "1.0.1",
    "license": "GPL-3",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://code.google.com/p/exec-wrapper/",
    "description": "script that creates setuid-wrappers for scripts and other executables",
    "long_description": "exec-wrapper is a script that creates setuid-wrappers for scripts and other executables.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "",
            "ports_count": 218
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "coreutils"
            ]
        }
    ],
    "depends_on": []
}