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

{
    "name": "rb19-ronn",
    "portdir": "ruby/rb19-ronn",
    "version": "0.7.3",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://rtomayko.github.io/ronn/",
    "description": "Ronn builds manuals",
    "long_description": "Ronn builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web. The source format includes all of Markdown but has a more rigid structure and syntax extensions for features commonly found in manpages (definition lists, link notation, etc.).",
    "active": true,
    "categories": [
        "devel",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        },
        {
            "type": "run",
            "ports": [
                "rb19-hpricot",
                "rb19-mustache",
                "rb19-rdiscount"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "vcsh"
            ]
        }
    ]
}