diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-21 02:23:06 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-21 02:23:06 +0000 |
commit | 7dd49b9872a86dd1ccc67f4ab0eb60dad11a6482 (patch) | |
tree | 863a8eb03dedb053d13f4afc84ebb1ba3bf3293e /net/rubygem-omniauth-twitter | |
parent | 3f7ce77342ee62f967e0c6c756dd69d26ca954d7 (diff) | |
download | ports-7dd49b9872a86dd1ccc67f4ab0eb60dad11a6482.tar.gz ports-7dd49b9872a86dd1ccc67f4ab0eb60dad11a6482.zip |
Notes
Diffstat (limited to 'net/rubygem-omniauth-twitter')
-rw-r--r-- | net/rubygem-omniauth-twitter/Makefile | 20 | ||||
-rw-r--r-- | net/rubygem-omniauth-twitter/distinfo | 2 | ||||
-rw-r--r-- | net/rubygem-omniauth-twitter/pkg-descr | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/net/rubygem-omniauth-twitter/Makefile b/net/rubygem-omniauth-twitter/Makefile new file mode 100644 index 000000000000..13b0de63621d --- /dev/null +++ b/net/rubygem-omniauth-twitter/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-twitter +PORTVERSION= 1.0.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= OmniAuth strategy for Twitter + +RUN_DEPENDS= rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-omniauth-oauth>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-omniauth-twitter/distinfo b/net/rubygem-omniauth-twitter/distinfo new file mode 100644 index 000000000000..3f60be22fa31 --- /dev/null +++ b/net/rubygem-omniauth-twitter/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-twitter-1.0.1.gem) = cd110801549953505a6152ae1426956785aca0cb749ff82835e8d49898b30f18 +SIZE (rubygem/omniauth-twitter-1.0.1.gem) = 10752 diff --git a/net/rubygem-omniauth-twitter/pkg-descr b/net/rubygem-omniauth-twitter/pkg-descr new file mode 100644 index 000000000000..e50ae1c50112 --- /dev/null +++ b/net/rubygem-omniauth-twitter/pkg-descr @@ -0,0 +1,3 @@ +OmniAuth strategy for Twitter + +WWW: https://github.com/arunagw/omniauth-twitter |