# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/net/rubygem-fog-softlayer/Makefile 415261 2016-05-15 16:13:35Z sunpoet $

PORTNAME=	fog-softlayer
PORTVERSION=	1.1.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provider to use the SoftLayer Cloud in applications

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-fog-core>=0:devel/rubygem-fog-core \
		rubygem-fog-json>=0:devel/rubygem-fog-json

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>
