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

{
    "name": "just",
    "portdir": "sysutils/just",
    "version": "1.40.0",
    "license": "permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/casey/just",
    "description": "A handy way to store and run project-specific commands",
    "long_description": "just is a simple tool which allows you to easily save and run project specific commands.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "casey",
            "github": "casey",
            "ports_count": 1
        },
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 993
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "dog"
            ]
        }
    ]
}