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

{
    "name": "mecab-utf8",
    "portdir": "textproc/mecab",
    "version": "0.996",
    "license": "(GPL or LGPL or BSD)",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://taku910.github.io/mecab/",
    "description": "yet another part-of-speech and morphological analyzer",
    "long_description": "MeCab is yet another part-of-speech and morphological analyzer. This port depends on MeCab base analyzer and a Japanese dictionary of utf8 encoding.",
    "active": true,
    "categories": [
        "textproc",
        "japanese"
    ],
    "maintainers": [],
    "variants": [
        "ipadic",
        "jumandic",
        "naistjdic",
        "unidic",
        "neologd",
        "sjis",
        "utf8"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mecab-base",
                "mecab-ipadic-utf8"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py39-mecab-python3",
                "py310-mecab-python3",
                "py311-mecab-python3",
                "py312-mecab-python3",
                "py39-mecab",
                "p5.26-mecab",
                "py27-mecab-python3",
                "mecab-java",
                "p5.28-mecab",
                "p5.30-mecab",
                "p5.32-mecab",
                "p5.34-mecab",
                "py37-mecab",
                "py37-mecab-python3",
                "rb-mecab",
                "rb19-mecab",
                "groonga",
                "cabocha",
                "kakarot",
                "py38-mecab-python3",
                "py38-mecab",
                "jubatus"
            ]
        }
    ]
}