freebsd-ports/net/rubygem-fog-digitalocean/Makefile
Sunpoet Po-Chuan Hsieh fad32d7eff Add rubygem-fog-digitalocean 0.3.0
Fog::DigitalOcean is a module for the fog gem to support DigitalOcean.

WWW: https://github.com/fog/fog-digitalocean
2017-03-14 21:34:53 +00:00

24 lines
571 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-digitalocean
PORTVERSION= 0.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support DigitalOcean
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=1.42:devel/rubygem-fog-core \
rubygem-fog-json>=1.0:devel/rubygem-fog-json \
rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \
rubygem-ipaddress>=0.5:net/rubygem-ipaddress
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>