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

{
    "name": "pass",
    "portdir": "security/pass",
    "version": "1.7.4",
    "license": "GPL-2+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.passwordstore.org/",
    "description": "pass is the standard unix password manager",
    "long_description": "pass is the standard unix password manager",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 570
        }
    ],
    "variants": [
        "external_gpg"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "run",
            "ports": [
                "util-linux",
                "gnupg2",
                "tree",
                "qrencode",
                "git"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "pass-import",
                "pass-update"
            ]
        },
        {
            "type": "run",
            "ports": [
                "pass-otp",
                "pass-update"
            ]
        }
    ]
}