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

{
    "name": "php_select",
    "portdir": "sysutils/php_select",
    "version": "1.0",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "",
    "description": "common files for selecting default PHP version",
    "long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of PHP.",
    "active": true,
    "categories": [
        "sysutils",
        "lang"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1825
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "php84",
                "php83",
                "php82",
                "php74",
                "php81",
                "php80",
                "php73",
                "php72",
                "php71",
                "php70",
                "php56",
                "php55",
                "php54",
                "php52",
                "php53"
            ]
        }
    ]
}