diff options
author | fhajny <fhajny> | 2013-09-13 08:12:52 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2013-09-13 08:12:52 +0000 |
commit | d9c5b5fa7941467d70ae3ee312b81f6e045b599f (patch) | |
tree | 80f6b7dd2f001dc26352e2df7ad0334c9564c9b4 /security | |
parent | 6a42e3e5ff6e0bb83df00073abb750200c2e4764 (diff) | |
download | pkgsrc-d9c5b5fa7941467d70ae3ee312b81f6e045b599f.tar.gz |
Import security/php-oauth.
OAuth is an authorization protocol built on top of HTTP which allows
applications to securely access data without having to store usernames
and passwords.
Diffstat (limited to 'security')
-rw-r--r-- | security/php-oauth/DESCR | 3 | ||||
-rw-r--r-- | security/php-oauth/Makefile | 15 | ||||
-rw-r--r-- | security/php-oauth/distinfo | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/security/php-oauth/DESCR b/security/php-oauth/DESCR new file mode 100644 index 00000000000..bf0999c608c --- /dev/null +++ b/security/php-oauth/DESCR @@ -0,0 +1,3 @@ +OAuth is an authorization protocol built on top of HTTP which allows +applications to securely access data without having to store usernames +and passwords. diff --git a/security/php-oauth/Makefile b/security/php-oauth/Makefile new file mode 100644 index 00000000000..51fdd47f22a --- /dev/null +++ b/security/php-oauth/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2013/09/13 08:12:52 fhajny Exp $ + +MODNAME= oauth +PECL_VERSION= 1.2.3 +CATEGORIES+= security + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= PHP oauth consumer extension +LICENSE= modified-bsd + +USE_LANGUAGES= c c++ + +.include "../../lang/php/ext.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/php-oauth/distinfo b/security/php-oauth/distinfo new file mode 100644 index 00000000000..eb97a0d4f41 --- /dev/null +++ b/security/php-oauth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/09/13 08:12:52 fhajny Exp $ + +SHA1 (php-oauth/oauth-1.2.3.tgz) = e2a42961c8134746fc0cd8ef9bd433f760b94975 +RMD160 (php-oauth/oauth-1.2.3.tgz) = 506f0644b22323a4d1ad6794433768d83357b5ba +Size (php-oauth/oauth-1.2.3.tgz) = 45531 bytes |