opnsense-ports/net/rubygem-docker-api/Makefile
Franco Fichtner 266e1e4bcb */*: sync with upstream
Taken from: HardenedBSD
2020-03-20 09:22:15 +01:00

21 lines
398 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
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-excon>=0.47.0:devel/rubygem-excon \
rubygem-multi_json>=0:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>