1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net/rubygem-docker-api/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>