aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-github/Makefile
blob: 09cba3a35d9c385b581ef180c957295d5c3899be (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=	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>