1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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
This commit is contained in:
Martin Matuska 2011-07-07 22:25:38 +00:00
parent eb76676fcd
commit 2953142895
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277340
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Oauth-1.0.0.tgz) = 88e2a6c0ed090a2bb0388cc02eac6a2205ea3c0d8de436b9401ff464f634dcc2
SIZE (Horde/Horde_Oauth-1.0.0.tgz) = 5071

View File

@ -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