mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
385 B
Makefile
20 lines
385 B
Makefile
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>
|