aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-02-02 17:02:16 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-02-02 17:02:16 +0800
commit51a8fb9d602996a50107e3d6ca5ff828340afee5 (patch)
tree3b4254e3bc68d849f2b57e5c361091d685128917 /security
parent45d3bef8e55810c01e5f558b6371e034cf7624fc (diff)
downloadfreebsd-ports-gnome-51a8fb9d602996a50107e3d6ca5ff828340afee5.tar.gz
freebsd-ports-gnome-51a8fb9d602996a50107e3d6ca5ff828340afee5.tar.zst
freebsd-ports-gnome-51a8fb9d602996a50107e3d6ca5ff828340afee5.zip
- Add LICENSE_FILE
- Switch to new test framework - Update WWW - Cosmetic fixes Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r--security/libyubikey/Makefile7
-rw-r--r--security/libyubikey/pkg-descr6
2 files changed, 6 insertions, 7 deletions
diff --git a/security/libyubikey/Makefile b/security/libyubikey/Makefile
index 4b1e7116cef2..b50e6568a417 100644
--- a/security/libyubikey/Makefile
+++ b/security/libyubikey/Makefile
@@ -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>
diff --git a/security/libyubikey/pkg-descr b/security/libyubikey/pkg-descr
index b27f3119f314..23ca30fe231d 100644
--- a/security/libyubikey/pkg-descr
+++ b/security/libyubikey/pkg-descr
@@ -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/