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

{
    "name": "mecab-ipadic",
    "portdir": "textproc/mecab-ipadic",
    "version": "2.7.0-20070801",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://taku910.github.io/mecab/",
    "description": "ipadic of eucjp encoding for MeCab",
    "long_description": "ipadic of eucjp encoding for MeCab",
    "active": true,
    "categories": [
        "textproc",
        "japanese"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mecab-base"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mecab"
            ]
        }
    ]
}