GET /api/v1/ports/php72-curl/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "php72-curl",
    "portdir": "lang/php",
    "version": "7.2.34",
    "license": "PHP-3.01",
    "platforms": "darwin freebsd",
    "epoch": 2,
    "replaced_by": null,
    "homepage": "https://www.php.net/curl",
    "description": "a PHP interface to the curl library, which lets you download files from servers with a variety of protocols",
    "long_description": "a PHP interface to the curl library, which lets you download files from servers with a variety of protocols",
    "active": true,
    "categories": [
        "net",
        "www",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "php72",
                "curl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "php72-solr"
            ]
        }
    ]
}