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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Facebook OAuth2 Strategy for OmniAuth
WWW=		https://github.com/simi/omniauth-facebook

LICENSE=	MIT

RUN_DEPENDS=	rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>