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

{
    "name": "php55-zip",
    "portdir": "php/php-zip",
    "version": "1.22.3",
    "license": "PHP-3.01",
    "platforms": "darwin",
    "epoch": 3,
    "replaced_by": null,
    "homepage": "http://pecl.php.net/package/zip",
    "description": "PHP zip functions",
    "long_description": "This PHP extension lets you create, read and modify zip files.",
    "active": true,
    "categories": [
        "archivers",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libzip",
                "zlib",
                "php55"
            ]
        }
    ],
    "depends_on": []
}