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

{
    "name": "oath-toolkit",
    "portdir": "security/oath-toolkit",
    "version": "2.6.12",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.nongnu.org/oath-toolkit/",
    "description": "The OATH Toolkit contains a shared library, command line tool, and PAM module for one-time password authentication.",
    "long_description": "The OATH Toolkit contains a shared library, command line tool, and PAM module that makes it possible to build one-time password authentication systems. Supported technologies include the event-based HOTP algorithm and the time-based TOTP algorithm. OATH is the Open AuTHentication organization which specify the algorithms.",
    "active": true,
    "categories": [
        "devel",
        "security"
    ],
    "maintainers": [
        {
            "name": "arno+macports",
            "github": "fracai",
            "ports_count": 12
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "gtk-doc",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libtool",
                "xmlsec",
                "libxml2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "pass-otp"
            ]
        }
    ]
}