mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
23 lines
393 B
Makefile
23 lines
393 B
Makefile
# $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
|
|
|
|
PORTSCOUT= limit:1\.4
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|