opnsense-ports/net/rubygem-omniauth-github/Makefile
Franco Fichtner 278552abd9 */*: sync with upstream
Taken from: HardenedBSD
2020-02-26 10:40:48 +01:00

21 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-github
PORTVERSION= 1.4.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Official OmniAuth strategy for GitHub
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.5<2:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.4.0<2.0:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>