openbsd-ports/sysutils/ruby-capistrano/Makefile

32 lines
751 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:41:32 espie Exp $
2009-10-13 15:40:47 -04:00
COMMENT = execute commands in parallel on multiple remote machines
2009-10-13 15:40:47 -04:00
DISTNAME = capistrano-2.5.9
REVISION = 6
2009-10-13 15:40:47 -04:00
CATEGORIES = sysutils
2009-10-13 15:40:47 -04:00
HOMEPAGE = http://www.capify.org/
# MIT
2009-10-13 15:40:47 -04:00
PERMIT_PACKAGE_CDROM = Yes
2009-10-13 15:40:47 -04:00
MODULES = lang/ruby
2009-10-13 15:40:47 -04:00
CONFIGURE_STYLE = ruby gem
2009-10-13 15:40:47 -04: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}
2013-03-11 07:35:43 -04:00
TEST_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
2013-03-11 07:35:43 -04:00
do-test:
2008-05-09 15:04:07 -04:00
@cd ${WRKBUILD}/test && ${RUBY} -I../lib \
-e 'ARGV.each { |f| load f unless f =~ /^-/ }' *.rb
.include <bsd.port.mk>