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

{
    "name": "lab",
    "portdir": "devel/lab",
    "version": "0.25.1",
    "license": "public-domain",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://zaquestion.github.io/lab",
    "description": "git-wrapper for GitLab specific functionality",
    "long_description": "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab, including seamless workflows for creating merge requests, issues and snippets.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "c.wrinn",
            "github": "cwrinn",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-15"
            ]
        }
    ],
    "depends_on": []
}