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

{
    "name": "php56-libev",
    "portdir": "php/php-libev",
    "version": "20131219",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/m4rw3r/php-libev",
    "description": "object-oriented binding to libev",
    "long_description": "PHP extension providing an object-oriented binding to the libev event-loop library.",
    "active": true,
    "categories": [
        "devel",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "",
            "ports_count": 218
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libev",
                "php56"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "php-libev"
            ]
        }
    ]
}