1PORTNAME= omniauth-facebook 2PORTVERSION= 10.0.0 3CATEGORIES= net rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ruby@FreeBSD.org 7COMMENT= Facebook OAuth2 Strategy for OmniAuth 8WWW= https://github.com/simi/omniauth-facebook 9 10LICENSE= mit 11 12BUILD_DEPENDS= ${RUN_DEPENDS} 13RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \ 14 rubygem-omniauth-oauth2>=1.2<3:net/rubygem-omniauth-oauth2 15 16USES= gem 17 18NO_ARCH= yes 19 20.include <bsd.port.mk> 21