freebsd-ports/net/rubygem-omniauth-azure-oauth2/Makefile
Torsten Zuehlsdorff fa23faa40b Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by:	junovitch (mentor)
2016-06-10 09:08:02 +00:00

21 lines
421 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= tz@FreeBSD.org
COMMENT= Azure OAuth2 Strategy for OmniAuth
LICENSE= MIT
RUN_DEPENDS= rubygem-jwt>=1.0:www/rubygem-jwt \
rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>