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

{
    "name": "memcached-devel",
    "portdir": "sysutils/memcached-devel",
    "version": "1.6.15",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://memcached.org/",
    "description": "A high performance, distributed memory object caching system.",
    "long_description": "Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [],
    "variants": [
        "sasl",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libevent"
            ]
        }
    ],
    "depends_on": []
}