diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-08-06 14:21:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-08-06 14:21:29 +0000 |
commit | 7c97d8fbc3fc53052974778e61f97981da128ad0 (patch) | |
tree | 3d8a6d9902a284f93d77e51e02f8f3db513b55ef /net-mgmt/rubygem-blimpy/Makefile | |
parent | ba855efa91ecbb6064456755817fdd8bf9a098bc (diff) |
Notes
Diffstat (limited to 'net-mgmt/rubygem-blimpy/Makefile')
-rw-r--r-- | net-mgmt/rubygem-blimpy/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-mgmt/rubygem-blimpy/Makefile b/net-mgmt/rubygem-blimpy/Makefile new file mode 100644 index 000000000000..49a11c9205c9 --- /dev/null +++ b/net-mgmt/rubygem-blimpy/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: rubygem-blimpy +# Date created: 2012-08-05 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= blimpy +PORTVERSION= 0.4.3 +CATEGORIES= net-mgmt rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Tool for managing a fleet of machines in the cloud + +RUN_DEPENDS= rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \ + rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \ + rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/blimpy + +.include <bsd.port.mk> |