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

{
    "name": "bitwarden-cli",
    "portdir": "security/bitwarden-cli",
    "version": "2025.3.0",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://bitwarden.com",
    "description": "Bitwarden password manager CLI",
    "long_description": "CLI implementation of the Bitwarden password manager.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "macports",
            "github": "MarcelBochtler",
            "ports_count": 3
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "npm10",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git",
                "npm6"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "nodejs22"
            ]
        }
    ],
    "depends_on": []
}