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

{
    "name": "rb-sys-uname",
    "portdir": "ruby/rb-sys-uname",
    "version": "0.7.0",
    "license": "(Ruby or GPL-2)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://sourceforge.net/projects/ruby-sysutils",
    "description": "C extension to the unix 'uname' command",
    "long_description": "A Ruby interface to the 'uname' command. This is a C extension to the utsname.h file, not parsed output.",
    "active": true,
    "categories": [
        "sysutils",
        "ruby"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby"
            ]
        }
    ],
    "depends_on": []
}