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:
parent
eb76676fcd
commit
2953142895
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277340
@ -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
|
||||
|
19
security/pear-Horde_Oauth/Makefile
Normal file
19
security/pear-Horde_Oauth/Makefile
Normal 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>
|
2
security/pear-Horde_Oauth/distinfo
Normal file
2
security/pear-Horde_Oauth/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Horde/Horde_Oauth-1.0.0.tgz) = 88e2a6c0ed090a2bb0388cc02eac6a2205ea3c0d8de436b9401ff464f634dcc2
|
||||
SIZE (Horde/Horde_Oauth-1.0.0.tgz) = 5071
|
4
security/pear-Horde_Oauth/pkg-descr
Normal file
4
security/pear-Horde_Oauth/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user