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

{
    "name": "rb19-flay",
    "portdir": "ruby/rb19-flay",
    "version": "1.4.0",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://ruby.sadi.st/Flay.html",
    "description": "Analyzes Ruby code for structural similarities",
    "long_description": "Flay analyzes ruby code for structural similarities. Differences in literal values, names, whitespace, and programming style are all ignored. Code that flay reports as similar is a good candidate for refactoring.",
    "active": true,
    "categories": [
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        },
        {
            "type": "run",
            "ports": [
                "rb19-hoe",
                "rb19-parser",
                "rb19-sexp_processor"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb19-metric_fu"
            ]
        }
    ]
}