mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
net/rubygem-omniauth-facebook: create port
Facebook OAuth2 Strategy for OmniAuth WWW: https://github.com/mkdynamic/omniauth-facebook
This commit is contained in:
parent
d9c33f4f7e
commit
595b3b4d64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370560
@ -1008,6 +1008,7 @@
|
||||
SUBDIR += rubygem-oauth
|
||||
SUBDIR += rubygem-oauth2
|
||||
SUBDIR += rubygem-octokit
|
||||
SUBDIR += rubygem-omniauth-facebook
|
||||
SUBDIR += rubygem-omniauth-github
|
||||
SUBDIR += rubygem-omniauth-github-discourse
|
||||
SUBDIR += rubygem-omniauth-google-oauth2
|
||||
|
19
net/rubygem-omniauth-facebook/Makefile
Normal file
19
net/rubygem-omniauth-facebook/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# 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>
|
2
net/rubygem-omniauth-facebook/distinfo
Normal file
2
net/rubygem-omniauth-facebook/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/omniauth-facebook-2.0.0.gem) = c241db1fb0fdd8f3a9629688aad0c60cad7679dc0c404d0f35907ce73f14047b
|
||||
SIZE (rubygem/omniauth-facebook-2.0.0.gem) = 17408
|
3
net/rubygem-omniauth-facebook/pkg-descr
Normal file
3
net/rubygem-omniauth-facebook/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Facebook OAuth2 Strategy for OmniAuth
|
||||
|
||||
WWW: https://github.com/mkdynamic/omniauth-facebook
|
Loading…
Reference in New Issue
Block a user