diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pear-Horde_Oauth/Makefile | 19 | ||||
-rw-r--r-- | security/pear-Horde_Oauth/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Horde_Oauth/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 0737c74c4a82..a94cc0d5bc4d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -607,6 +607,7 @@ SUBDIR += pear-Horde_Auth SUBDIR += pear-Horde_Crypt SUBDIR += pear-Horde_Group + SUBDIR += pear-Horde_Oauth SUBDIR += pear-Horde_Perms SUBDIR += pear-Horde_Secret SUBDIR += pear-Horde_Share diff --git a/security/pear-Horde_Oauth/Makefile b/security/pear-Horde_Oauth/Makefile new file mode 100644 index 000000000000..27b6088dc157 --- /dev/null +++ b/security/pear-Horde_Oauth/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: pear-Horde_Oauth +# Date created: 6 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Oauth +PORTVERSION= 1.0.0 +CATEGORIES= security www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde OAuth client/server + +USE_HORDE_RUN= Horde_Exception Horde_Http +USE_PHP= hash openssl + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/security/pear-Horde_Oauth/distinfo b/security/pear-Horde_Oauth/distinfo new file mode 100644 index 000000000000..2bd4ffe74088 --- /dev/null +++ b/security/pear-Horde_Oauth/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Oauth-1.0.0.tgz) = 88e2a6c0ed090a2bb0388cc02eac6a2205ea3c0d8de436b9401ff464f634dcc2 +SIZE (Horde/Horde_Oauth-1.0.0.tgz) = 5071 diff --git a/security/pear-Horde_Oauth/pkg-descr b/security/pear-Horde_Oauth/pkg-descr new file mode 100644 index 000000000000..345367fdcfe6 --- /dev/null +++ b/security/pear-Horde_Oauth/pkg-descr @@ -0,0 +1,4 @@ +This Horde package provides an OAuth consumer (http://oauth.net) +and OAuth infrastruture, and in the future will provide an OAuth server. + +WWW: http://pear.horde.org |