ports/net/rubygem-omniauth-auth0/Makefile
2021-04-06 16:31:07 +02:00

19 lines
398 B
Makefile

# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
PORTNAME= omniauth-auth0
PORTVERSION= 2.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
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
.include <bsd.port.mk>