summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-github/Makefile
blob: 831ecee3c488f12a02265f0c54333fe61bd2364d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	omniauth-github
PORTVERSION=	2.0.0
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.7.1<2.0:net/rubygem-omniauth-oauth2

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>