ae73259081
3.11.0 (2018-06-02) #1972: fallback ask to default when used in non interactive session
20 lines
606 B
Makefile
20 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.29 2018/09/23 16:16:05 taca Exp $
|
|
|
|
DISTNAME= capistrano-3.11.0
|
|
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"
|