6359bf1689
## [`3.10.2`] (2018-04-15) [`3.10.2`]: https://github.com/capistrano/capistrano/compare/v3.10.1...v3.10.2 ### Breaking changes: * None ### Fixes: * [#1977](https://github.com/capistrano/capistrano/pull/1977): Remove append operator when writing the git file - [@mmiller1](https://github.com/mmiller1)
20 lines
606 B
Makefile
20 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.28 2018/05/06 02:23:23 taca Exp $
|
|
|
|
DISTNAME= capistrano-3.10.2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/capistrano/capistrano
|
|
COMMENT= Tool for parallel execution of commands across multiple machines
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sshkit>=1.9.0:../../security/ruby-sshkit
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0:../../devel/ruby-i18n
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-airbrussh>=1.0.0:../../security/ruby-airbrussh
|
|
|
|
USE_RAKE= YES
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|