freebsd-ports/net/rubygem-docker-api/Makefile
Romain Tartière 2f412b005f 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
2019-04-24 20:21:42 +00:00

19 lines
353 B
Makefile

# $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>