1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/rubygem-fog-cloudatcost/Makefile
2021-04-06 16:31:07 +02:00

24 lines
498 B
Makefile

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