forked from Lainports/opnsense-ports
20 lines
441 B
Makefile
20 lines
441 B
Makefile
PORTNAME= omniauth-github-discourse
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fork of Official OmniAuth strategy for GitHub
|
|
WWW= https://github.com/omniauth/omniauth-github
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
|
|
rubygem-omniauth-oauth2>=1.1<2:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|