diff options
-rw-r--r-- | sysutils/capistrano/Makefile | 8 |
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" |