summaryrefslogtreecommitdiff
path: root/net/rubygem-right_slicehost/Makefile
blob: 62d11a9f63f82f55da7d66461f8fcbf3a791fa51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	right_slicehost
PORTVERSION=	0.1.0
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provides Ruby access to the Slicehost API
WWW=		https://github.com/rightscale/right_slicehost

RUN_DEPENDS=	rubygem-right_http_connection>=1.2.4:net/rubygem-right_http_connection

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>