blob: ee9ffb0cdb02e6fe32bedfcb00b4cc44a8adaa5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= omniauth-auth0
PORTVERSION= 1.4.2
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 14
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Authentication broker supporting different identity providers
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2
PORTSCOUNT= limit:1\.4
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>
|