blob: ff44ee4c2047603d2609f8149e6b511bbd45d495 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloudfiles
PORTVERSION= 1.5.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby version of the Rackspace Cloud Files API
LICENSE= MIT
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|