mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
add new port: security/libyubikey
Library for decrypting and parsing YubiKey One-Time Passwords (OTP), written in C. WWW: https://code.google.com/p/yubico-c/ PR: 175495 Submitted by: matt@mjslabs.com
This commit is contained in:
parent
c74d0751aa
commit
f4fe205fb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310994
@ -280,6 +280,7 @@
|
||||
SUBDIR += libtasn1
|
||||
SUBDIR += libtomcrypt
|
||||
SUBDIR += libwhisker
|
||||
SUBDIR += libyubikey
|
||||
SUBDIR += linux-f10-cyrus-sasl2
|
||||
SUBDIR += linux-f10-gnutls
|
||||
SUBDIR += linux-f10-libgcrypt
|
||||
|
32
security/libyubikey/Makefile
Normal file
32
security/libyubikey/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libyubikey
|
||||
PORTVERSION= 1.9
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= matt@mjslabs.com
|
||||
COMMENT= Library for decrypting and parsing YubiKey One-Time Passwords
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= bin/modhex \
|
||||
bin/ykgenerate \
|
||||
bin/ykparse \
|
||||
include/yubikey.h \
|
||||
lib/libyubikey.a \
|
||||
lib/libyubikey.la \
|
||||
lib/libyubikey.so \
|
||||
lib/libyubikey.so.1
|
||||
|
||||
PROJECTHOST= yubico-c
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
regression-test: build
|
||||
@(cd ${WRKSRC}; ${MAKE} check)
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/libyubikey/distinfo
Normal file
2
security/libyubikey/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libyubikey-1.9.tar.gz) = fb720bd683dd37968904e1ff3d4486307d3d5933f6c6cdc96f81ab27a19c46a6
|
||||
SIZE (libyubikey-1.9.tar.gz) = 321889
|
4
security/libyubikey/pkg-descr
Normal file
4
security/libyubikey/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Library for decrypting and parsing YubiKey One-Time Passwords (OTP), written in
|
||||
C.
|
||||
|
||||
WWW: https://code.google.com/p/yubico-c/
|
Loading…
Reference in New Issue
Block a user