diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 22:25:38 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 22:25:38 +0000 |
commit | 2953142895d4d17270a869004bac633f68567a44 (patch) | |
tree | dd643b1de116d924dbdd193e5bfa6ec3ce7bc5bc /security/pear-Horde_Oauth | |
parent | eb76676fcd184131fd50d8ca51a1ce2c56410a8b (diff) |
Notes
Diffstat (limited to 'security/pear-Horde_Oauth')
-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 |
3 files changed, 25 insertions, 0 deletions
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 |