- Add a new port: security/rubygem-twitter_oauth
twitter_oauth is a Ruby client for the Twitter API using OAuth. WWW: https://github.com/moomerman/twitter_oauth
This commit is contained in:
parent
92bd73cafc
commit
35844e30f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278600
4 changed files with 30 additions and 0 deletions
|
@ -752,6 +752,7 @@
|
|||
SUBDIR += rubygem-net-ssh-multi
|
||||
SUBDIR += rubygem-nmap-parser
|
||||
SUBDIR += rubygem-roauth
|
||||
SUBDIR += rubygem-twitter_oauth
|
||||
SUBDIR += saferpay
|
||||
SUBDIR += safesh
|
||||
SUBDIR += saint
|
||||
|
|
24
security/rubygem-twitter_oauth/Makefile
Normal file
24
security/rubygem-twitter_oauth/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: rubygem-twitter_oauth
|
||||
# Date created: 2011-07-31
|
||||
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= twitter_oauth
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Twitter OAuth REST API client library for Ruby
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json \
|
||||
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
|
||||
rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/rubygem-twitter_oauth/distinfo
Normal file
2
security/rubygem-twitter_oauth/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/twitter_oauth-0.4.3.gem) = 4d2e57eecff62440de4df4a05e072f5507e5f7b22b18d9ca38e23fd71b751701
|
||||
SIZE (rubygem/twitter_oauth-0.4.3.gem) = 11776
|
3
security/rubygem-twitter_oauth/pkg-descr
Normal file
3
security/rubygem-twitter_oauth/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
twitter_oauth is a Ruby client for the Twitter API using OAuth.
|
||||
|
||||
WWW: https://github.com/moomerman/twitter_oauth
|
Loading…
Reference in a new issue