summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-ultraauth/Makefile
blob: 9bd6b38889e5428dd2a9e6769b0c8b34efc96afb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

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>