svn commit: r331714 - head/sysutils/rubygem-capistrano-ext
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 26 16:25:10 UTC 2013
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 at 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>
More information about the svn-ports-all
mailing list