mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add rubygem-fog-joyent 0.0.1
Fog::Joyent is a module for the fog gem to support Joyent. WWW: https://github.com/fog/fog-joyent
This commit is contained in:
parent
384454dd88
commit
c4ca00b3fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447145
4 changed files with 29 additions and 0 deletions
|
@ -1169,6 +1169,7 @@
|
|||
SUBDIR += rubygem-fog-ecloud
|
||||
SUBDIR += rubygem-fog-google
|
||||
SUBDIR += rubygem-fog-internet-archive
|
||||
SUBDIR += rubygem-fog-joyent
|
||||
SUBDIR += rubygem-fog-local
|
||||
SUBDIR += rubygem-fog-openstack
|
||||
SUBDIR += rubygem-fog-powerdns
|
||||
|
|
22
net/rubygem-fog-joyent/Makefile
Normal file
22
net/rubygem-fog-joyent/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-joyent
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support Joyent
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core>=1.42:devel/rubygem-fog-core \
|
||||
rubygem-fog-json>=1.0:devel/rubygem-fog-json
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-fog-joyent/distinfo
Normal file
3
net/rubygem-fog-joyent/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1501695944
|
||||
SHA256 (rubygem/fog-joyent-0.0.1.gem) = 60ed1ffff21137068d42e1ba660d2f78173092185401b7ef28628562a3825105
|
||||
SIZE (rubygem/fog-joyent-0.0.1.gem) = 25088
|
3
net/rubygem-fog-joyent/pkg-descr
Normal file
3
net/rubygem-fog-joyent/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Fog::Joyent is a module for the fog gem to support Joyent.
|
||||
|
||||
WWW: https://github.com/fog/fog-joyent
|
Loading…
Add table
Reference in a new issue