summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-github/Makefile
blob: 1c60acdd4b42248b50a620e02052a81c2940644b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	omniauth-github
PORTVERSION=	2.0.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@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>=1.8<2:net/rubygem-omniauth-oauth2

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>