diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-27 03:34:59 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-27 03:34:59 +0800 |
commit | 1a214141a3c6bc14a9ab4073184bf70d66cd998d (patch) | |
tree | 8c446b9b052556626d9f2cfa82bb20ff54db799c /net/Makefile | |
parent | 7d982fa0207ad452ab218d2bf2498fb12b781ec2 (diff) | |
download | freebsd-ports-gnome-1a214141a3c6bc14a9ab4073184bf70d66cd998d.tar.gz freebsd-ports-gnome-1a214141a3c6bc14a9ab4073184bf70d66cd998d.tar.zst freebsd-ports-gnome-1a214141a3c6bc14a9ab4073184bf70d66cd998d.zip |
New port: net/qt5-networkauth
Qt Network Authorization provides a set of APIs that enable Qt applications
to obtain limited access to online accounts and HTTP services without
exposing users' passwords.
Currently, the supported authorization protocol is OAuth, versions 1 and 2.
https://doc.qt.io/qt-5.11/qtnetworkauth-index.html
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fccaefe6ad59..6223130902a9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1168,6 +1168,7 @@ SUBDIR += qoauth-qt5 SUBDIR += qt4-network SUBDIR += qt5-network + SUBDIR += qt5-networkauth SUBDIR += qtweetlib SUBDIR += quagga SUBDIR += queso |