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

{
    "name": "psh",
    "portdir": "shells/psh",
    "version": "1.9_01-20121218",
    "license": "(Artistic-1 or GPL)",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gnp.github.io/psh/",
    "description": "The Perl Shell",
    "long_description": "The Perl Shell (psh) combines aspects of bash and other shells with the power of Perl scripting.",
    "active": true,
    "categories": [
        "shells",
        "perl"
    ],
    "maintainers": [],
    "variants": [
        "perl5_28",
        "perl5_30",
        "perl5_32",
        "perl5_34"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "perl5.34",
                "p5.34-bsd-resource",
                "p5.34-term-readline-gnu"
            ]
        }
    ],
    "depends_on": []
}