- Add rubygem-dropbox-sdk 1.5.1
dropbox-sdk is a library that provides a plain function-call interface to the Dropbox API web endpoints. WWW: https://www.dropbox.com/developers RG: https://rubygems.org/gems/dropbox-sdk
This commit is contained in:
parent
fb8c240af2
commit
82e73e2144
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320783
4 changed files with 26 additions and 0 deletions
|
@ -1025,6 +1025,7 @@
|
|||
SUBDIR += rubygem-aws-s3
|
||||
SUBDIR += rubygem-bunny
|
||||
SUBDIR += rubygem-domain_name
|
||||
SUBDIR += rubygem-dropbox-sdk
|
||||
SUBDIR += rubygem-geoip
|
||||
SUBDIR += rubygem-http_parser.rb
|
||||
SUBDIR += rubygem-httpauth
|
||||
|
|
18
net/rubygem-dropbox-sdk/Makefile
Normal file
18
net/rubygem-dropbox-sdk/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dropbox-sdk
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Library of the Dropbox API web endpoints
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-dropbox-sdk/distinfo
Normal file
2
net/rubygem-dropbox-sdk/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/dropbox-sdk-1.5.1.gem) = b2ab031ece7c82dd0b9f170a9490f0fe2b10a084706eb98bb56df2e7e4ef3fff
|
||||
SIZE (rubygem/dropbox-sdk-1.5.1.gem) = 30208
|
5
net/rubygem-dropbox-sdk/pkg-descr
Normal file
5
net/rubygem-dropbox-sdk/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
dropbox-sdk is a library that provides a plain function-call interface to the
|
||||
Dropbox API web endpoints.
|
||||
|
||||
WWW: https://www.dropbox.com/developers
|
||||
RG: https://rubygems.org/gems/dropbox-sdk
|
Loading…
Reference in a new issue