freebsd-ports/net/rubygem-omniauth-azure-oauth2/Makefile
Martin Wilke 948d6b5efd 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>
2016-03-14 05:30:35 +00:00

22 lines
482 B
Makefile

# 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>