mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Add LICENSE_FILE
- Switch to new test framework - Update WWW - Cosmetic fixes Approved by: portmgr blanket
This commit is contained in:
parent
4fb5d8b8e2
commit
6fabba12f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460680
@ -9,11 +9,13 @@ MAINTAINER= matt@mjslabs.com
|
||||
COMMENT= Library for decrypting and parsing YubiKey One-Time Passwords
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
PLIST_FILES= bin/modhex \
|
||||
bin/ykgenerate \
|
||||
@ -33,7 +35,4 @@ OPTIONS_DEFINE= STATIC
|
||||
STATIC_CONFIGURE_ENABLE= static
|
||||
STATIC_PLIST_FILES= lib/libyubikey.a
|
||||
|
||||
regression-test: build
|
||||
@(cd ${WRKSRC}; ${MAKE} check)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Library for decrypting and parsing YubiKey One-Time Passwords (OTP), written in
|
||||
C.
|
||||
Library for decrypting and parsing YubiKey One-Time Passwords (OTP),
|
||||
written in C.
|
||||
|
||||
WWW: https://code.google.com/p/yubico-c/
|
||||
WWW: https://developers.yubico.com/yubico-c/
|
||||
|
Loading…
Reference in New Issue
Block a user