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

{
    "name": "ruby22",
    "portdir": "lang/ruby22",
    "version": "2.2.10",
    "license": "(Ruby or BSD)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.ruby-lang.org/",
    "description": "Powerful and clean object-oriented scripting language",
    "long_description": "Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. (ruby-2.2.x was EOLed at 2018-03-31)",
    "active": true,
    "categories": [
        "lang",
        "ruby"
    ],
    "maintainers": [
        {
            "name": "kimuraw",
            "github": "kimuraw",
            "ports_count": 109
        }
    ],
    "variants": [
        "doc",
        "mactk",
        "gmp",
        "jemalloc",
        "universal",
        "relative"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "automake",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libyaml",
                "openssl10",
                "zlib",
                "readline",
                "gdbm",
                "libffi"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ruby_select"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "xapian-bindings-ruby22",
                "rb22-rake"
            ]
        }
    ]
}