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

{
    "name": "dict",
    "portdir": "textproc/dict",
    "version": "1.13.1",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.dict.org/",
    "description": "Dictionary Server Protocol (RFC2229) client and server",
    "long_description": "The Dictionary Server Protocol (DICT) is a TCP transaction based query/response protocol that allows a client to access dictionary definitions from a set of natural language dictionary databases.",
    "active": true,
    "categories": [
        "textproc",
        "spelling"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libtool",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libmaa"
            ]
        }
    ],
    "depends_on": []
}