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

{
    "name": "php74-memcache",
    "portdir": "php/php-memcache",
    "version": "4.0.5.2",
    "license": "PHP-3",
    "platforms": "darwin freebsd openbsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://pecl.php.net/package/memcache",
    "description": "PHP bindings for memcache",
    "long_description": "Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory. This extension allows you to work with memcached through handy OO and procedural interfaces.",
    "active": true,
    "categories": [
        "devel",
        "net",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1770
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "php74",
                "memcached"
            ]
        }
    ],
    "depends_on": []
}