diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2016-11-04 13:37:34 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2016-11-04 13:37:34 +0000 |
commit | 54d8c4b1b816aedfc7df8dccb40bac7549f0f114 (patch) | |
tree | cf3a47492c89968f8e829955243bee2a016ca4c8 | |
parent | 4f0a9b9f11202c0cad650ff5b5cafbe389857c77 (diff) | |
download | ports-54d8c4b1b816aedfc7df8dccb40bac7549f0f114.tar.gz ports-54d8c4b1b816aedfc7df8dccb40bac7549f0f114.zip |
Notes
-rw-r--r-- | www/xpi-u2f4moz/Makefile | 2 | ||||
-rw-r--r-- | www/xpi-u2f4moz/pkg-descr | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/xpi-u2f4moz/Makefile b/www/xpi-u2f4moz/Makefile index 6e91686ba932..49733fbea931 100644 --- a/www/xpi-u2f4moz/Makefile +++ b/www/xpi-u2f4moz/Makefile @@ -22,7 +22,7 @@ PLIST_SUB= SYSTEM_PROCESSOR=${SYSTEM_PROCESSOR} SYSTEM_PROCESSOR= x86 USE_GITHUB= yes -USES= cmake +USES= cmake pkgconfig XPI_DIR= lib/xpi XPI_ID= u2f4moz@prefiks.org diff --git a/www/xpi-u2f4moz/pkg-descr b/www/xpi-u2f4moz/pkg-descr index ff42c280fee6..a391b59796ba 100644 --- a/www/xpi-u2f4moz/pkg-descr +++ b/www/xpi-u2f4moz/pkg-descr @@ -1,6 +1,4 @@ -This extension adds support for the U2F specification with Yubico devices -to Firefox. - -It can be used by accessing window.u2f object from content pages. +With this Firefox extension you would be able to use your Yubico device as +2nd factor in authentication on pages that are using U2F standard. WWW: https://github.com/prefiks/u2f4moz |