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

{
    "name": "codesearch",
    "portdir": "devel/codesearch",
    "version": "1.2.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 2,
    "replaced_by": null,
    "homepage": "https://github.com/google/codesearch",
    "description": "Indexed regular expression-based search",
    "long_description": "Code Search is a tool for indexing and then performing regular expression searches over large bodies of source code. It is a set of command-line programs written in Go",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}