diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-10-11 04:12:31 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-10-11 04:12:31 +0800 |
commit | 481dcdc71a56a25f501d114cfd43f3707aca0310 (patch) | |
tree | a00079f20a99b25bf67296e9fc46465046309cf9 /net/Makefile | |
parent | 69870501b21544160b392441250ec7f74eecfad6 (diff) | |
download | freebsd-ports-gnome-481dcdc71a56a25f501d114cfd43f3707aca0310.tar.gz freebsd-ports-gnome-481dcdc71a56a25f501d114cfd43f3707aca0310.tar.zst freebsd-ports-gnome-481dcdc71a56a25f501d114cfd43f3707aca0310.zip |
pecl-oauth is a php interface to the oauth protocol.
Oauth is an authorization protocol built on top of
HTTP which allows applications to securely access
data without having to store usernames and passwords.
WWW: http://pecl.php.net/package/oauth/
PR: 212773
Submitted by: dbaio@bsd.com.br
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 6bed47e43a50..2e0ab860d5ec 100644 --- a/net/Makefile +++ b/net/Makefile @@ -896,6 +896,7 @@ SUBDIR += pecl-ip2location SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth + SUBDIR += pecl-oauth2 SUBDIR += pecl-radius SUBDIR += pecl-smbclient SUBDIR += pecl-yaz |