1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/rubygem-omniauth-auth0/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

21 lines
410 B
Makefile

# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$
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>