c31ceab7eb
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-azure-oauth2
|
|
PORTVERSION= 0.0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Azure OAuth2 Strategy for OmniAuth
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-jwt>=1.0:www/rubygem-jwt \
|
|
rubygem-omniauth>=1.0:security/rubygem-omniauth \
|
|
rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|