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

{
    "name": "clucene",
    "portdir": "devel/clucene",
    "version": "2.3.3.4",
    "license": "(Apache-2 or LGPL)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://clucene.sourceforge.net/",
    "description": "Clucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java.",
    "long_description": "Clucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "dinh.viet.hoa",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "bibletime",
                "mail-server",
                "sword",
                "strigi"
            ]
        }
    ]
}