svn commit: r331717 - head/net-mgmt/rubygem-blimpy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 26 16:25:24 UTC 2013


Author: sunpoet
Date: Sat Oct 26 16:25:23 2013
New Revision: 331717
URL: http://svnweb.freebsd.org/changeset/ports/331717

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/net-mgmt/rubygem-blimpy/Makefile

Modified: head/net-mgmt/rubygem-blimpy/Makefile
==============================================================================
--- head/net-mgmt/rubygem-blimpy/Makefile	Sat Oct 26 16:25:18 2013	(r331716)
+++ head/net-mgmt/rubygem-blimpy/Makefile	Sat Oct 26 16:25:23 2013	(r331717)
@@ -9,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at 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>


More information about the svn-ports-all mailing list