GET /api/v1/ports/p5.32-email-abstract/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "p5.32-email-abstract",
    "portdir": "perl/p5-email-abstract",
    "version": "3.10.0",
    "license": "(Artistic-1 or GPL)",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://metacpan.org/pod/Email::Abstract",
    "description": "Email::Abstract - unified interface to mail representations",
    "long_description": "Email::Abstract provides module writers with the ability to write simple, representation-independent mail handling code. For instance, in the cases of Mail::Thread or Mail::ListDetector, a key part of the code involves reading the headers from a mail object. Where previously one would either have to specify the mail class required, or to build a new object from scratch, Email::Abstract can be used to perform certain simple operations on an object regardless of its underlying representation. Email::Abstract currently supports Mail::Internet, MIME::Entity, Mail::Message, Email::Simple and Email::MIME. Other representations are encouraged to create their own Email::Abstract::* class by copying Email::Abstract::EmailSimple. All modules installed under the Email::Abstract hierarchy will be automatically picked up and used.",
    "active": true,
    "categories": [
        "perl"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "perl5.32",
                "p5.32-scalar-list-utils",
                "p5.32-email-simple",
                "p5.32-module-pluggable",
                "p5.32-mro-compat"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "p5.32-email-date",
                "p5.32-email-sender",
                "p5.32-email-send"
            ]
        }
    ]
}