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

{
    "name": "php70-sqlite",
    "portdir": "lang/php",
    "version": "7.0.33",
    "license": "PHP-3.01",
    "platforms": "darwin freebsd",
    "epoch": 2,
    "replaced_by": null,
    "homepage": "https://www.php.net/sqlite",
    "description": "a PHP interface to SQLite, including the sqlite3 and pdo_sqlite extensions",
    "long_description": "a PHP interface to SQLite, including the sqlite3 and pdo_sqlite extensions",
    "active": true,
    "categories": [
        "databases",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1759
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "php70"
            ]
        }
    ],
    "depends_on": []
}