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

{
    "name": "datamash",
    "portdir": "textproc/datamash",
    "version": "1.8",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/datamash/",
    "description": "Datamash is a command-line statistical tool.",
    "long_description": "GNU datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        }
    ],
    "depends_on": []
}