blob: ecfa692bef13a41b1016ec48348005c280ed26e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
|