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

{
    "name": "ekhtml",
    "portdir": "textproc/ekhtml",
    "version": "0.3.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://ekhtml.sourceforge.net/",
    "description": "El-Kabong is a speedy, yet forgiving, SAX-style HTML parser",
    "long_description": "El-Kabong is a speedy, yet forgiving, SAX-style HTML parser",
    "active": true,
    "categories": [
        "devel",
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "php53-html_parse",
                "php54-html_parse",
                "php55-html_parse",
                "php56-html_parse"
            ]
        }
    ]
}