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

{
    "name": "ack",
    "portdir": "devel/ack",
    "version": "3.9.0",
    "license": "Artistic-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://beyondgrep.com/",
    "description": "ack - grep-like text finder",
    "long_description": "ack - grep-like text finder",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "perl5_28",
        "perl5_30",
        "perl5_32",
        "perl5_34"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "p5.34-yaml-pp",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "p5.34-getopt-long",
                "p5.34-text-parsewords",
                "p5.34-version",
                "perl5.34",
                "p5.34-file-next"
            ]
        },
        {
            "type": "test",
            "ports": [
                "p5.34-io-tty"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ackmate"
            ]
        }
    ]
}