# -*- 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: Portfile 106587 2013-05-31 13:20:35Z cal@macports.org $

PortSystem      1.0
PortGroup       github 1.0

github.setup    Yubico yubico-c-client 2.10 ykclient-
checksums       rmd160  91cb5900876ab2d302be4332e525d8955637efa0 \
                sha256  6b23ee6dd2ccdcd07e76729e6d9b6d85e8ceccd291edf66b52a847756e944a94

# 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

depends_build   port:help2man

patchfiles      patch-configure.ac-automake-1.12-compatibility.patch

use_autoreconf  yes
