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

{
    "name": "php5-web",
    "portdir": "lang/php5-web",
    "version": "5.3.5",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.php.net/",
    "description": "Meta-port for PHP web server support",
    "long_description": "If you have a port for a web app that uses PHP, and you don't care (as you usually wouldn't) whether PHP is compiled as an Apache module or as a FastCGI binary, depend on php5-web so the user can choose.",
    "active": true,
    "categories": [
        "lang",
        "www",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "",
            "ports_count": 218
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "php5"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "mediawiki",
                "sgwi",
                "websvn"
            ]
        }
    ]
}