openbsd-ports/sysutils/ruby-capistrano/Makefile

35 lines
840 B
Makefile
Raw Normal View History

2011-09-16 07:41:38 -04:00
# $OpenBSD: Makefile,v 1.15 2011/09/16 11:41:40 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
2011-09-16 07:41:38 -04:00
REVISION = 5
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = 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}
REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
do-regress:
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>