aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-omniauth-auth0/Makefile
blob: 4f5490a9896776574f73a257eed58d43f592b883 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$

PORTNAME=   omniauth-auth0
PORTVERSION=    1.4.1
CATEGORIES= net rubygems
MASTER_SITES=   RG

MAINTAINER= ports@toco-domains.de
COMMENT=    Authentication broker supporting different identity providers

LICENSE=    MIT

RUN_DEPENDS=    rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>