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

{
    "name": "libsphinxclient",
    "portdir": "textproc/sphinx",
    "version": "2.2.11",
    "license": "LGPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://sphinxsearch.com/",
    "description": "C library to talk to the Sphinx full-text search engine",
    "long_description": "C library to talk to the Sphinx full-text search engine",
    "active": true,
    "categories": [
        "net",
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "php53-sphinx",
                "php54-sphinx",
                "php55-sphinx",
                "php56-sphinx"
            ]
        }
    ]
}