jeremy e79a176be2 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
2013-10-26 23:55:34 +00:00

25 lines
622 B
Makefile

# $OpenBSD: Makefile,v 1.3 2013/10/26 23:55:38 jeremy Exp $
COMMENT = integration testing tool for rack based web applications
DISTNAME = capybara-1.1.2
REVISION = 0
CATEGORIES = www
HOMEPAGE= https://github.com/jnicklas/capybara
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = mail/ruby-mime-types,${MODRUBY_FLAVOR}>=1.16 \
textproc/ruby-nokogiri,${MODRUBY_FLAVOR}>=1.3.3 \
www/ruby-rack,${MODRUBY_FLAVOR}>=1.0.0 \
www/ruby-rack-test,${MODRUBY_FLAVOR}>=0.5.4 \
www/ruby-xpath,${MODRUBY_FLAVOR}>=0.1.4,<2.0
.include <bsd.port.mk>