blob: 3a1c306dc048f5fff6a828a4a87b824e8dcba6de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>
|