forked from Lainports/opnsense-ports
20 lines
446 B
Makefile
20 lines
446 B
Makefile
PORTNAME= omniauth-github
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Official OmniAuth strategy for GitHub
|
|
WWW= https://github.com/omniauth/omniauth-github
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
|
|
rubygem-omniauth-oauth2-gitlab>=1.8<2:net/rubygem-omniauth-oauth2-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|