19 lines
381 B
Makefile
19 lines
381 B
Makefile
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
|
|
WWW= http://www.rackspacecloud.com/cloud_hosting_products/files
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|