forked from Lainports/freebsd-ports
Facebook OAuth2 Strategy for OmniAuth WWW: https://github.com/mkdynamic/omniauth-facebook
19 lines
402 B
Makefile
19 lines
402 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-facebook
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Facebook OAuth2 Strategy for OmniAuth
|
|
|
|
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|