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

{
    "name": "php54-gd",
    "portdir": "lang/php",
    "version": "5.4.45",
    "license": "PHP-3.01",
    "platforms": "darwin freebsd",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://www.php.net/gd",
    "description": "a PHP interface to the gd library",
    "long_description": "a PHP interface to the gd library",
    "active": true,
    "categories": [
        "graphics",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "t1lib",
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libpng",
                "zlib",
                "freetype",
                "php54",
                "libjpeg-turbo"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "php54-gdchart"
            ]
        }
    ]
}