Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 16:25:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331714 - head/sysutils/rubygem-capistrano-ext
Message-ID:  <201310261625.r9QGP9QT037908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 26 16:25:09 2013
New Revision: 331714
URL: http://svnweb.freebsd.org/changeset/ports/331714

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/sysutils/rubygem-capistrano-ext/Makefile   (contents, props changed)

Modified: head/sysutils/rubygem-capistrano-ext/Makefile
==============================================================================
--- head/sysutils/rubygem-capistrano-ext/Makefile	Sat Oct 26 16:25:05 2013	(r331713)
+++ head/sysutils/rubygem-capistrano-ext/Makefile	Sat Oct 26 16:25:09 2013	(r331714)
@@ -9,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Useful task libraries and methods for Capistrano
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-capistrano>=1.0.0:${PORTSDIR}/sysutils/rubygem-capistrano
 
 USE_RUBY=	yes
@@ -16,5 +18,4 @@ USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310261625.r9QGP9QT037908>