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

{
    "name": "php56-suhosin",
    "portdir": "php/php-suhosin",
    "version": "0.9.38",
    "license": "PHP-3.01",
    "platforms": "darwin freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://suhosin5.suhosin.org",
    "description": "Advanced protection extension for PHP",
    "long_description": "Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin is binary compatible to normal PHP installations, which means it is compatible to 3rd party binary extensions like ZendOptimizer.",
    "active": true,
    "categories": [
        "security",
        "www",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "php56"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "php-suhosin"
            ]
        }
    ]
}