GET /api/v1/ports/promu/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "promu",
"portdir": "devel/promu",
"version": "0.17.0",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/prometheus/promu",
"description": "The Prometheus Utility Tool",
"long_description": "A utility tool for building and releasing Prometheus projects.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 987
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"golangci-lint",
"go",
"clang-17"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"alertmanager",
"node_exporter",
"prometheus"
]
}
]
}