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:
parent
2127b31cf3
commit
948d6b5efd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411044
@ -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
|
||||
|
22
net/rubygem-omniauth-azure-oauth2/Makefile
Normal file
22
net/rubygem-omniauth-azure-oauth2/Makefile
Normal 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>
|
2
net/rubygem-omniauth-azure-oauth2/distinfo
Normal file
2
net/rubygem-omniauth-azure-oauth2/distinfo
Normal 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
|
3
net/rubygem-omniauth-azure-oauth2/pkg-descr
Normal file
3
net/rubygem-omniauth-azure-oauth2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An Windows Azure Active Directory OAuth2 strategy for OmniAuth
|
||||
|
||||
WWW: https://github.com/KonaTeam/omniauth-azure-oauth2
|
Loading…
Reference in New Issue
Block a user