summaryrefslogtreecommitdiff
path: root/sysutils/capistrano
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 07:50:03 +0000
committertaca <taca>2010-09-10 07:50:03 +0000
commitd0b71ddccc05f2824ab6999d5050821573f730de (patch)
tree39d32b634cc7edf0027c7b26695ba532ac9d4219 /sysutils/capistrano
parent0201cef335ff4ab0d0410ca2910df142c16bb07a (diff)
downloadpkgsrc-d0b71ddccc05f2824ab6999d5050821573f730de.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE. * Remove default value of GEM_BUILD.
Diffstat (limited to 'sysutils/capistrano')
-rw-r--r--sysutils/capistrano/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile
index adf2e94c060..b62c4654126 100644
--- a/sysutils/capistrano/Makefile
+++ b/sysutils/capistrano/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2010/08/23 01:49:02 gls Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/10 07:50:03 taca Exp $
DISTNAME= capistrano-2.5.19
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.capify.org/
+HOMEPAGE= http://github.com/capistrano/capistrano
COMMENT= Tool for parallel execution of commands across multiple machines
LICENSE= mit
@@ -16,7 +16,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-net-sftp>=2.0.0:../../security/ruby-net-sftp
DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.0.0:../../security/ruby-net-scp
DEPENDS+= ${RUBY_PKGPREFIX}-highline>=0:../../devel/ruby-highline
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"