1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

An Windows Azure Active Directory OAuth2 strategy for OmniAuth

WWW: https://github.com/KonaTeam/omniauth-azure-oauth2

PR:		207796
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
This commit is contained in:
Martin Wilke 2016-03-14 05:30:35 +00:00
parent 2127b31cf3
commit 948d6b5efd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411044
4 changed files with 28 additions and 0 deletions

View File

@ -1122,6 +1122,7 @@
SUBDIR += rubygem-oauth2
SUBDIR += rubygem-octokit
SUBDIR += rubygem-octopress-deploy
SUBDIR += rubygem-omniauth-azure-oauth2
SUBDIR += rubygem-omniauth-facebook
SUBDIR += rubygem-omniauth-github
SUBDIR += rubygem-omniauth-github-discourse

View File

@ -0,0 +1,22 @@
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= omniauth-azure-oauth2
PORTVERSION= 0.0.6
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ports@toco-domains.de
COMMENT= Azure OAuth2 Strategy for OmniAuth
LICENSE= MIT
RUN_DEPENDS= rubygem-jwt>=1.0:${PORTSDIR}/www/rubygem-jwt \
rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/omniauth-azure-oauth2-0.0.6.gem) = 1afcb8215d80bbc6cc0951aa47f82d583935e5c5cc4f675d475af9fd49215e61
SIZE (rubygem/omniauth-azure-oauth2-0.0.6.gem) = 9728

View File

@ -0,0 +1,3 @@
An Windows Azure Active Directory OAuth2 strategy for OmniAuth
WWW: https://github.com/KonaTeam/omniauth-azure-oauth2