GET /api/v1/ports/yubico-c-client/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "yubico-c-client",
    "portdir": "security/yubico-c-client",
    "version": "2.15",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Yubico/yubico-c-client",
    "description": "C library to validate a YubiKey OTP against a validation server",
    "long_description": "Library to validate YubiKey one-time-passwords against online validation servers, such as the Yubico YubiCloud.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "cal",
            "github": "neverpanic",
            "ports_count": 60
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "help2man",
                "pkgconfig",
                "clang-9.0",
                "autoconf",
                "automake",
                "libtool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libyubikey",
                "curl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "yubico-pam"
            ]
        }
    ]
}