summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-github-discourse/Makefile
blob: 4c56a4cfff9fa7dee9bb511825c15a8a6e189032 (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-discourse
PORTVERSION=	1.1.2
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fork of Official OmniAuth strategy for GitHub

LICENSE=	MIT

RUN_DEPENDS=	rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
		rubygem-omniauth-oauth2>=1.1<2:net/rubygem-omniauth-oauth2

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>