pkgsrc/sysutils/capistrano/Makefile
taca 617a58e42f sysutils/capistrano: update to 3.16.0
3.16.0 (2021-02-28)

New Features

* Add a :verify_commit option; if enabled, checks that the revision being
  deployed has a valid signature (git only) (#2076) @mohamedhafez

Housekeeping

* Fix cucumber puts deprecation warnings (#2075) @mattbrictson
2021-03-07 10:10:34 +00:00

20 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.36 2021/03/07 10:10:34 taca Exp $
DISTNAME= capistrano-3.16.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_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"