diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-31 15:37:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-31 15:37:55 +0000 |
commit | f345820aaeb4dc7980afa845386b8055b260b9f2 (patch) | |
tree | 96b9234c6633247ff1f21d889cf66eeed55bd198 /net/rubygem-fog-rackspace/Makefile | |
parent | bfa9a7dedd6dc470a29fa54bcba4081b50fdb5de (diff) | |
download | ports-f345820aaeb4dc7980afa845386b8055b260b9f2.tar.gz ports-f345820aaeb4dc7980afa845386b8055b260b9f2.zip |
Notes
Diffstat (limited to 'net/rubygem-fog-rackspace/Makefile')
-rw-r--r-- | net/rubygem-fog-rackspace/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/rubygem-fog-rackspace/Makefile b/net/rubygem-fog-rackspace/Makefile new file mode 100644 index 000000000000..6c58a72fe835 --- /dev/null +++ b/net/rubygem-fog-rackspace/Makefile @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fog-rackspace +PORTVERSION= 0.1.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support Rackspace + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-fog-core>=1.35:devel/rubygem-fog-core \ + rubygem-fog-json>=1.0:devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \ + rubygem-ipaddress>=0.8:net/rubygem-ipaddress + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |