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:
Jason Helfman 2013-01-26 01:01:32 +00:00
parent c74d0751aa
commit f4fe205fb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310994
4 changed files with 39 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (libyubikey-1.9.tar.gz) = fb720bd683dd37968904e1ff3d4486307d3d5933f6c6cdc96f81ab27a19c46a6
SIZE (libyubikey-1.9.tar.gz) = 321889

View 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/