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

{
    "name": "mod_authn_otp",
    "portdir": "www/mod_authn_otp",
    "version": "1.1.5",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/archiecobbs/mod-authn-otp",
    "description": "module for one-time password authentication",
    "long_description": "mod_authn_otp is an Apache web server module for two-factor authentication using one-time passwords (OTP) generated via the HOTP/OATH algorithm defined in RFC 4226. This creates a simple way to protect a web site with one-time passwords, using any RFC 4226-compliant token device, including software tokens that run on cell phones such as OATH Token. mod_authn_otp also supports the Mobile-OTP algorithm.",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "gsed",
                "clang-17",
                "autoconf",
                "libtool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "apache2",
                "openssl"
            ]
        }
    ],
    "depends_on": []
}