aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rubygem-blimpy
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-26 16:25:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-26 16:25:23 +0000
commit6cebe5e36779a30c4a751e3c5b17d1d2ce5e52a6 (patch)
tree33cd6d0657577eea8aa763427428d5a4ccf22f57 /net-mgmt/rubygem-blimpy
parent0e200eb0770b3acc766ece48dc741e73fdd59fe5 (diff)
downloadports-6cebe5e36779a30c4a751e3c5b17d1d2ce5e52a6.tar.gz
ports-6cebe5e36779a30c4a751e3c5b17d1d2ce5e52a6.zip
- Add LICENSE
- Support STAGEDIR
Notes
Notes: svn path=/head/; revision=331717
Diffstat (limited to 'net-mgmt/rubygem-blimpy')
-rw-r--r--net-mgmt/rubygem-blimpy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/rubygem-blimpy/Makefile b/net-mgmt/rubygem-blimpy/Makefile
index 1c96e81294aa..63ed20ade482 100644
--- a/net-mgmt/rubygem-blimpy/Makefile
+++ b/net-mgmt/rubygem-blimpy/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool for managing a fleet of machines in the cloud
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-fog>=0:${PORTSDIR}/devel/rubygem-fog \
rubygem-minitar>=0:${PORTSDIR}/archivers/rubygem-minitar \
rubygem-thor>=0:${PORTSDIR}/devel/rubygem-thor
@@ -19,5 +21,4 @@ RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/blimpy
-NO_STAGE= yes
.include <bsd.port.mk>