# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD: head/net/rubygem-omniauth-ultraauth/Makefile 501925 2019-05-18 09:42:48Z mfechner $

PORTNAME=	omniauth-ultraauth
PORTVERSION=	0.0.2
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Passwordless authentication plugin

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-omniauth_openid_connect>=0.3.0:net/rubygem-omniauth_openid_connect

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>