mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
|
|
PORTNAME= omniauth-azure-oauth2
|
|
PORTVERSION= 0.0.10
|
|
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<3:www/rubygem-jwt \
|
|
rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
|
|
rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|