aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-right_slicehost/Makefile
blob: c73091d7f3b8a22f03c1ed3e2bb2f47843938c8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Greg Larkin <glarkin@FreeBSD.org>

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

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

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>