- Add rubygem-fog-aliyun 0.0.10
Fog::Aliyun is a module for the fog gem to support aliyun OSS/ECS. WWW: https://github.com/fog/fog-aliyun
This commit is contained in:
parent
fd81aa8bd2
commit
90d934559e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400251
4 changed files with 31 additions and 0 deletions
|
@ -1064,6 +1064,7 @@
|
|||
SUBDIR += rubygem-epp-client-rgp
|
||||
SUBDIR += rubygem-epp-client-secdns
|
||||
SUBDIR += rubygem-epp-client-smallregistry
|
||||
SUBDIR += rubygem-fog-aliyun
|
||||
SUBDIR += rubygem-fog-atmos
|
||||
SUBDIR += rubygem-fog-aws
|
||||
SUBDIR += rubygem-fog-brightbox
|
||||
|
|
25
net/rubygem-fog-aliyun/Makefile
Normal file
25
net/rubygem-fog-aliyun/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-aliyun
|
||||
PORTVERSION= 0.0.10
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support aliyun OSS/ECS
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core>=1.27:${PORTSDIR}/devel/rubygem-fog-core \
|
||||
rubygem-fog-json>=1.0:${PORTSDIR}/devel/rubygem-fog-json \
|
||||
rubygem-ipaddress>=0.8:${PORTSDIR}/net/rubygem-ipaddress \
|
||||
rubygem-xml-simple>=1.1:${PORTSDIR}/textproc/rubygem-xml-simple
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-fog-aliyun/distinfo
Normal file
2
net/rubygem-fog-aliyun/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/fog-aliyun-0.0.10.gem) = 457f4b325300697d3bcc8bf97b1018c9b25f6115dc03edf4f0a287b3483d6ccd
|
||||
SIZE (rubygem/fog-aliyun-0.0.10.gem) = 41984
|
3
net/rubygem-fog-aliyun/pkg-descr
Normal file
3
net/rubygem-fog-aliyun/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Fog::Aliyun is a module for the fog gem to support aliyun OSS/ECS.
|
||||
|
||||
WWW: https://github.com/fog/fog-aliyun
|
Loading…
Reference in a new issue