1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- add new port: security/ykclient

This project implements online validation of Yubikey OTPs. It is written in C
and provides a shared library for use by other software.

WWW: https://code.google.com/p/yubico-c-client

PR:		175503
Submitted by:	matt@mjslabs.com
This commit is contained in:
Jason Helfman 2013-01-26 01:35:42 +00:00
parent f4fe205fb8
commit 72779aaeef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310995
4 changed files with 41 additions and 0 deletions

View File

@ -985,6 +985,7 @@
SUBDIR += yara
SUBDIR += yassl
SUBDIR += yersinia
SUBDIR += ykclient
SUBDIR += zebedee
SUBDIR += zenmap
SUBDIR += zombiezapper

View File

@ -0,0 +1,34 @@
# $FreeBSD$
PORTNAME= ykclient
PORTVERSION= 2.9
CATEGORIES= security
MASTER_SITES= GOOGLE_CODE
MAINTAINER= matt@mjslabs.com
COMMENT= Yubico C client library
LICENSE= BSD
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_FILES= bin/ykclient \
include/ykclient.h \
include/ykclient_server_response.h \
lib/libykclient.a \
lib/libykclient.la \
lib/libykclient.so \
lib/libykclient.so.7
PROJECTHOST= yubico-c-client
MAKE_JOBS_UNSAFE= yes
regression-test: build
@(cd ${WRKSRC}; ${MAKE} check)
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (ykclient-2.9.tar.gz) = f5f93d77dd9f2e3fd1854f7fcfbbc3cfbf4227c3ebe145c8a3f7a2339efbeca5
SIZE (ykclient-2.9.tar.gz) = 352183

View File

@ -0,0 +1,4 @@
This project implements online validation of Yubikey OTPs. It is written in C
and provides a shared library for use by other software.
WWW: https://code.google.com/p/yubico-c-client