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

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>