mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
This gem contains Foreman API bindings for the Ruby language.
The bindings are generated from API documentation using Apidoc tool. WWW: https://github.com/theforeman/foreman_api PR: ports/187483 Submitted by: Michael Moll <kvedulv@kvedulv.de>
This commit is contained in:
parent
e22940cba7
commit
ffdbf3a85b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348110
@ -4205,6 +4205,7 @@
|
||||
SUBDIR += rubygem-fog
|
||||
SUBDIR += rubygem-font-awesome-rails
|
||||
SUBDIR += rubygem-foreman
|
||||
SUBDIR += rubygem-foreman_api
|
||||
SUBDIR += rubygem-formatador
|
||||
SUBDIR += rubygem-gdata
|
||||
SUBDIR += rubygem-gem_plugin
|
||||
|
22
devel/rubygem-foreman_api/Makefile
Normal file
22
devel/rubygem-foreman_api/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= foreman_api
|
||||
PORTVERSION= 0.1.11
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Helps you to use Foreman API calls from your app
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
|
||||
rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
|
||||
rubygem-rest-client>=1.6.1:${PORTSDIR}/www/rubygem-rest-client
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-foreman_api/distinfo
Normal file
2
devel/rubygem-foreman_api/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/foreman_api-0.1.11.gem) = e15c28e5f6631f433f22cf4b2130e52562a3ab32a3929af95a1ef37a69041953
|
||||
SIZE (rubygem/foreman_api-0.1.11.gem) = 118272
|
4
devel/rubygem-foreman_api/pkg-descr
Normal file
4
devel/rubygem-foreman_api/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This gem contains Foreman API bindings for the Ruby language.
|
||||
The bindings are generated from API documentation using Apidoc tool.
|
||||
|
||||
WWW: https://github.com/theforeman/foreman_api
|
Loading…
x
Reference in New Issue
Block a user