mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
972 B
Tcl
25 lines
972 B
Tcl
# -*- 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup Yubico yubico-c 1.13 libyubikey-
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name libyubikey
|
|
categories security
|
|
maintainers {snc @nerdling} openmaintainer
|
|
license BSD
|
|
description Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP) in C.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 f55481fe30676ce911e98c4a27095bd1c89ad7d1 \
|
|
sha256 7da27f9b03b5d0bab1ef6efe74ec197bf408b9a9cbff5268a4546cac28bb9ac5
|
|
|
|
use_autoreconf yes
|
|
depends_build-append port:asciidoc \
|
|
port:libxslt \
|
|
port:docbook-xsl-nons
|
|
|
|
configure.args-append --enable-static=no
|