diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-11 19:38:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-11 19:38:00 +0000 |
commit | 6a5ed7bba7664e6ae00ea0a01b9c44e81b8b9c1f (patch) | |
tree | d72acd595a647906e3d478afe5a98cd8b3ee1435 /net/rubygem-omniauth-facebook4 | |
parent | 601aba35ddedb9d8b8a6aacf0eac3f75c35dd1a4 (diff) |
Add rubygem-omniauth-facebook4 4.0.0 (copied from rubygem-omniauth-facebook)
- Add PORTSCOUT
Notes
Notes:
svn path=/head/; revision=467081
Diffstat (limited to 'net/rubygem-omniauth-facebook4')
-rw-r--r-- | net/rubygem-omniauth-facebook4/Makefile | 23 | ||||
-rw-r--r-- | net/rubygem-omniauth-facebook4/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-omniauth-facebook4/pkg-descr | 3 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-facebook4/Makefile b/net/rubygem-omniauth-facebook4/Makefile new file mode 100644 index 000000000000..1a25a6945d99 --- /dev/null +++ b/net/rubygem-omniauth-facebook4/Makefile @@ -0,0 +1,23 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= omniauth-facebook +PORTVERSION= 4.0.0 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 4 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Facebook OAuth2 Strategy for OmniAuth + +LICENSE= MIT + +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2 + +PORTSCOUT= limit:^4\. + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/net/rubygem-omniauth-facebook4/distinfo b/net/rubygem-omniauth-facebook4/distinfo new file mode 100644 index 000000000000..d8040d603295 --- /dev/null +++ b/net/rubygem-omniauth-facebook4/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1482949462 +SHA256 (rubygem/omniauth-facebook-4.0.0.gem) = 05ae3565c8fdb38df8dab04eb8ca854ea6c18e81591d3e6598ce101293a2f20f +SIZE (rubygem/omniauth-facebook-4.0.0.gem) = 18944 diff --git a/net/rubygem-omniauth-facebook4/pkg-descr b/net/rubygem-omniauth-facebook4/pkg-descr new file mode 100644 index 000000000000..fb1f5c777a36 --- /dev/null +++ b/net/rubygem-omniauth-facebook4/pkg-descr @@ -0,0 +1,3 @@ +Facebook OAuth2 Strategy for OmniAuth + +WWW: https://github.com/mkdynamic/omniauth-facebook |