mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
New port: net/rubygem-docker-api
This gem provides an object-oriented interface to the Docker Engine API. WWW: http://rubygems.org/gems/docker-api
This commit is contained in:
parent
73f1e94f8b
commit
2f412b005f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499909
@ -1210,6 +1210,7 @@
|
||||
SUBDIR += rubygem-azure-core
|
||||
SUBDIR += rubygem-bunny
|
||||
SUBDIR += rubygem-connection_pool
|
||||
SUBDIR += rubygem-docker-api
|
||||
SUBDIR += rubygem-dogapi
|
||||
SUBDIR += rubygem-domain_name
|
||||
SUBDIR += rubygem-dropbox-sdk
|
||||
|
19
net/rubygem-docker-api/Makefile
Normal file
19
net/rubygem-docker-api/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= docker-api
|
||||
PORTVERSION= 1.34.2
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= romain@FreeBSD.org
|
||||
COMMENT= Simple REST client for the Docker Remote API
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-excon>=0.47.0:devel/rubygem-excon \
|
||||
rubygem-multi_json>=0:devel/rubygem-multi_json
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-docker-api/distinfo
Normal file
3
net/rubygem-docker-api/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1548911533
|
||||
SHA256 (rubygem/docker-api-1.34.2.gem) = b7cd1db39428583dffb4e40c3875809dae8790d982466e9b008154d1cf5bb311
|
||||
SIZE (rubygem/docker-api-1.34.2.gem) = 27648
|
3
net/rubygem-docker-api/pkg-descr
Normal file
3
net/rubygem-docker-api/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This gem provides an object-oriented interface to the Docker Engine API.
|
||||
|
||||
WWW: http://rubygems.org/gems/docker-api
|
Loading…
Reference in New Issue
Block a user