3b3a925de0
Changes are too many to write here, please refer CHANGELOG.md.
20 lines
620 B
Makefile
20 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/03/14 08:03:55 taca Exp $
|
|
|
|
DISTNAME= capistrano-3.4.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/capistrano/capistrano
|
|
COMMENT= Tool for parallel execution of commands across multiple machines
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sshkit>=1.3:../../security/ruby-sshkit
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0:../../devel/ruby-i18n
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-capistrano-stats>=1.1.0<1.2:../../sysutils/ruby-capistrano-stats
|
|
|
|
USE_RAKE= YES
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|