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

{
    "name": "sloccount",
    "portdir": "textproc/sloccount",
    "version": "2.26",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://dwheeler.com/sloccount/",
    "description": "program for counting lines of code in a large number of languages",
    "long_description": "SLOCCount is a set of tools for counting physical Source Lines of Code (SLOC) in a large number of languages of a potentially large set of programs.",
    "active": true,
    "categories": [
        "devel",
        "textproc"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "run",
            "ports": [
                "perl5",
                "bash"
            ]
        }
    ],
    "depends_on": []
}