mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add rubygem-qiniu 6.8.0
Qiniu Resource (Cloud) Storage SDK for Ruby WWW: https://github.com/qiniu/ruby-sdk
This commit is contained in:
parent
427850a878
commit
0c27072dbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428182
4 changed files with 31 additions and 0 deletions
|
@ -1190,6 +1190,7 @@
|
|||
SUBDIR += rubygem-opennebula
|
||||
SUBDIR += rubygem-packetfu
|
||||
SUBDIR += rubygem-pcaprub
|
||||
SUBDIR += rubygem-qiniu
|
||||
SUBDIR += rubygem-rabbiter
|
||||
SUBDIR += rubygem-rbvmomi
|
||||
SUBDIR += rubygem-right_aws
|
||||
|
|
24
net/rubygem-qiniu/Makefile
Normal file
24
net/rubygem-qiniu/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qiniu
|
||||
PORTVERSION= 6.8.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Qiniu Resource (Cloud) Storage SDK for Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=1.8:devel/rubygem-json \
|
||||
rubygem-mime-types>=2.4.0:misc/rubygem-mime-types \
|
||||
rubygem-rest-client>=1.8.0:www/rubygem-rest-client \
|
||||
rubygem-ruby-hmac>=0.4:security/rubygem-ruby-hmac
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-qiniu/distinfo
Normal file
3
net/rubygem-qiniu/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1481282138
|
||||
SHA256 (rubygem/qiniu-6.8.0.gem) = 64e47f6c7be4193b1344be48fd37e5d7b5ff7ba04c473b4d2485d08323292a01
|
||||
SIZE (rubygem/qiniu-6.8.0.gem) = 55808
|
3
net/rubygem-qiniu/pkg-descr
Normal file
3
net/rubygem-qiniu/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Qiniu Resource (Cloud) Storage SDK for Ruby
|
||||
|
||||
WWW: https://github.com/qiniu/ruby-sdk
|
Loading…
Add table
Reference in a new issue