64bd3692b7
- Remove leading indefinite article from COMMENT - Add LICENSE
20 lines
386 B
Makefile
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>
|