mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
24 lines
424 B
Makefile
24 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>
|