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

{
    "name": "py27-flask-frozen",
    "portdir": "python/py-flask-frozen",
    "version": "0.15",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Frozen-Flask/Frozen-Flask",
    "description": "Freeze a Flask application into a set of static files.",
    "long_description": "Freeze a Flask application into a set of static files. The result can be hosted without any server-side software other than a traditional web server.",
    "active": false,
    "categories": [
        "www",
        "python"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "py27-setuptools"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-flask"
            ]
        }
    ],
    "depends_on": []
}