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

{
    "name": "php5",
    "portdir": "lang/php5",
    "version": "5.3.29",
    "license": "PHP-3.01",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": "php53",
    "homepage": "https://www.macports.org",
    "description": "Obsolete port, replaced by php53",
    "long_description": "This port has been replaced by php53.",
    "active": false,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "extract",
            "ports": [
                null
            ]
        },
        {
            "type": "fetch",
            "ports": [
                null
            ]
        },
        {
            "type": "lib",
            "ports": [
                null
            ]
        },
        {
            "type": "patch",
            "ports": [
                null
            ]
        },
        {
            "type": "run",
            "ports": [
                null
            ]
        },
        {
            "type": "test",
            "ports": [
                null
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "php5-web",
                "php5-simpletest",
                "php5-unit-db",
                "php5-unit-selenium"
            ]
        }
    ]
}