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

{
    "name": "rb-actionmailer",
    "portdir": "ruby/rb-actionmailer",
    "version": "2.2.2",
    "license": "unknown",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.rubygems.org/gems/actionmailer",
    "description": "Simplifies the creation of mail service classes.",
    "long_description": "Simplifies the creation of mail service classes that uses Action View (from Action Pack) to render the body templates.",
    "active": true,
    "categories": [
        "devel",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "rb18-rake",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby",
                "rb-actionpack",
                "rb-rubygems"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "rb-rails"
            ]
        }
    ]
}