# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id $

PortSystem      1.0
PortGroup       github 1.0

github.setup    Yubico yubico-c-client 2.7 ykclient-
checksums       rmd160  ea175500cff332d45da851016dd5527f641c6230 \
                sha256  fcc84d4f0f8c2ebf9e298c9deccf4022f9dcd022387fb5ef0a0241c78f63beec


# I'm explicitly not marking this openmaintainer
maintainers     cal

categories      security
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.

platforms       darwin
license         BSD

depends_lib     port:curl \
                port:libyubikey

use_autoreconf  yes

