freebsd-ports/devel/rubygem-cloudfiles/Makefile
Sunpoet Po-Chuan Hsieh 64bd3692b7 - Update to 1.5.0.3
- Remove leading indefinite article from COMMENT
- Add LICENSE
2013-12-31 10:09:08 +00:00

20 lines
386 B
Makefile

# 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:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>