2014-10-09 23:01:50 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= omniauth-facebook
|
2015-10-27 16:54:02 +01:00
|
|
|
PORTVERSION= 3.0.0
|
2014-10-09 23:01:50 +02:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Facebook OAuth2 Strategy for OmniAuth
|
|
|
|
|
2015-05-27 15:08:16 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2
|
2014-10-09 23:01:50 +02:00
|
|
|
|
2015-06-23 14:22:28 +02:00
|
|
|
NO_ARCH= yes
|
2014-10-09 23:01:50 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 18:36:41 +02:00
|
|
|
USES= gem:autoplist
|
2014-10-09 23:01:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|