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

{
    "name": "rb19-sass",
    "portdir": "ruby/rb19-sass",
    "version": "3.4.14",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://sass-lang.com/",
    "description": "Sass makes CSS fun again.",
    "long_description": "Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.",
    "active": true,
    "categories": [
        "www",
        "ruby"
    ],
    "maintainers": [
        {
            "name": "cal",
            "github": "neverpanic",
            "ports_count": 50
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        }
    ],
    "depends_on": []
}