diff options
Diffstat (limited to 'devel/rubygem-cloudfiles/Makefile')
-rw-r--r-- | devel/rubygem-cloudfiles/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/rubygem-cloudfiles/Makefile b/devel/rubygem-cloudfiles/Makefile index 660926bb2c43..2886f4a9480d 100644 --- a/devel/rubygem-cloudfiles/Makefile +++ b/devel/rubygem-cloudfiles/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= cloudfiles -PORTVERSION= 1.5.0.2 +PORTVERSION= 1.5.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby version of the Rackspace Cloud Files API +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 +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |