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

{
    "name": "phpsh",
    "portdir": "php/phpsh",
    "version": "1.3-20140514",
    "license": "BSD",
    "platforms": "{darwin any} freebsd",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.phpsh.org",
    "description": "PHP read-eval-print-loop",
    "long_description": "phpsh is a read-eval-print-loop for PHP that features readline history, tab completion, and quick access to documentation. It was developed at Facebook and ironically, is written mostly in Python.",
    "active": true,
    "categories": [
        "devel",
        "php"
    ],
    "maintainers": [],
    "variants": [
        "php53",
        "php54",
        "php55",
        "php56",
        "php70",
        "php71",
        "php72"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "php72-pcntl",
                "python27"
            ]
        }
    ],
    "depends_on": []
}