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

{
    "name": "go-task",
    "portdir": "devel/go-task",
    "version": "3.50.0",
    "license": "MIT",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://taskfile.dev",
    "description": "A task runner / simpler Make alternative written in Go",
    "long_description": "Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 1063
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-18"
            ]
        }
    ],
    "depends_on": []
}