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

{
    "name": "flyway",
    "portdir": "java/flyway",
    "version": "11.1.0",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://flywaydb.org/",
    "description": "Database Migrations Made Easy.",
    "long_description": "Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.",
    "active": true,
    "categories": [
        "devel",
        "java"
    ],
    "maintainers": [
        {
            "name": "emcrisostomo",
            "github": "emcrisostomo",
            "ports_count": 156
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk17"
            ]
        }
    ],
    "depends_on": []
}