ports/sysutils/ruby-capistrano/Makefile

21 lines
396 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = execute commands in parallel on multiple remote machines
DISTNAME = capistrano-3.4.0
CATEGORIES = sysutils
REVISION = 0
HOMEPAGE = http://www.capistranorb.com/
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-i18n,${MODRUBY_FLAVOR} \
net/ruby-sshkit,${MODRUBY_FLAVOR}
.include <bsd.port.mk>