freebsd-ports/net/rubygem-fog-gridscale/Makefile
Vinícius Zavam b3a1c83b9d [NEW PORT] net/rubygem-fog-gridscale: 'fog' gem to support gridscale
This library can be used as a module for `fog` or as standalone
  gridscale provider.
2019-07-18 10:42:43 +00:00

24 lines
497 B
Makefile

# $FreeBSD$
PORTNAME= fog-gridscale
PORTVERSION= 0.1.4
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Module for the 'fog' gem to support gridscale
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=2.1:devel/rubygem-fog-core \
rubygem-fog-json>=1.2:devel/rubygem-fog-json \
rubygem-ipaddress>=0.8:net/rubygem-ipaddress \
rubygem-json>=2.1:devel/rubygem-json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>