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

{
    "name": "goreleaser",
    "portdir": "devel/goreleaser",
    "version": "2.8.2",
    "license": "MIT",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://goreleaser.com",
    "description": "Deliver Go binaries as fast and easily as possible",
    "long_description": "Deliver Go binaries as fast and easily as possible. GoReleaser builds Go binaries for several platforms, and can create GitHub releases as well.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 993
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "confluent-cli",
                "oui",
                "trivy",
                "grype",
                "gh-dash",
                "clef"
            ]
        }
    ]
}