# -*- 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

PortSystem          1.0

name                oath-toolkit
version             2.6.2
categories          security devel
platforms           darwin
maintainers         alum.wpi.edu:arno+macports openmaintainer
license             GPL-3

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.

homepage            http://oath-toolkit.nongnu.org/
master_sites        savannah

checksums           rmd160  8751a8a69955f8393833283f7d96eb9767f57627 \
                    sha256  b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0

depends_build       port:pkgconfig

depends_lib         port:xmlsec

configure.args      --disable-silent-rules

livecheck.type      regex
livecheck.url       https://download.savannah.gnu.org/releases/oath-toolkit/
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}