opnsense-ports/net/rubygem-omniauth-github11/Makefile
Franco Fichtner 0a0319b1a6 */*: sync with upstream
Taken from: FreeBSD
2017-05-05 04:08:52 +02:00

23 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-github
PORTVERSION= 1.1.2
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 11
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official OmniAuth strategy for GitHub
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2
PORTSCOUT= limit:^1\.1\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>