mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Add rubygem-fog-profitbricks 0.0.1
Fog::profitbricks is a module for the fog gem to support ProfitBricks. WWW: https://github.com/fog/fog-profitbricks RG: https://rubygems.org/gems/fog-profitbricks
This commit is contained in:
parent
07c644c73d
commit
2b81fe806e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373353
@ -1007,6 +1007,7 @@
|
||||
SUBDIR += rubygem-connection_pool
|
||||
SUBDIR += rubygem-domain_name
|
||||
SUBDIR += rubygem-dropbox-sdk
|
||||
SUBDIR += rubygem-fog-radosgw
|
||||
SUBDIR += rubygem-fog-softlayer
|
||||
SUBDIR += rubygem-geoip
|
||||
SUBDIR += rubygem-gitlab_omniauth-ldap
|
||||
|
22
net/rubygem-fog-profitbricks/Makefile
Normal file
22
net/rubygem-fog-profitbricks/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-profitbricks
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support ProfitBricks
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
|
||||
rubygem-fog-xml>=0:${PORTSDIR}/textproc/rubygem-fog-xml \
|
||||
rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-fog-profitbricks/distinfo
Normal file
2
net/rubygem-fog-profitbricks/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/fog-profitbricks-0.0.1.gem) = 765258b1120f43becda0cbd3cd23e1b02f7f70fc4085260e54ef2dd9396e3c05
|
||||
SIZE (rubygem/fog-profitbricks-0.0.1.gem) = 27648
|
4
net/rubygem-fog-profitbricks/pkg-descr
Normal file
4
net/rubygem-fog-profitbricks/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Fog::profitbricks is a module for the fog gem to support ProfitBricks.
|
||||
|
||||
WWW: https://github.com/fog/fog-profitbricks
|
||||
RG: https://rubygems.org/gems/fog-profitbricks
|
Loading…
Reference in New Issue
Block a user