35 lines
841 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2011/01/06 04:24:24 jeremy Exp $
2009-10-13 19:40:47 +00:00
COMMENT = execute commands in parallel on multiple remote machines
2009-10-13 19:40:47 +00:00
DISTNAME = capistrano-2.5.9
REVISION = 4
2009-10-13 19:40:47 +00:00
CATEGORIES = sysutils
2009-10-13 19:40:47 +00:00
HOMEPAGE = http://www.capify.org/
# MIT
2009-10-13 19:40:47 +00:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-10-13 19:40:47 +00:00
MODULES = lang/ruby
2009-10-13 19:40:47 +00:00
CONFIGURE_STYLE = ruby gem
2009-10-13 19:40:47 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR} \
net/ruby-net-sftp,${MODRUBY_FLAVOR} \
net/ruby-net-scp,${MODRUBY_FLAVOR} \
net/ruby-net-ssh-gateway,${MODRUBY_FLAVOR} \
devel/ruby-highline,${MODRUBY_FLAVOR}
REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
do-regress:
2008-05-09 19:04:07 +00:00
@cd ${WRKBUILD}/test && ${RUBY} -I../lib \
-e 'ARGV.each { |f| load f unless f =~ /^-/ }' *.rb
.include <bsd.port.mk>