jeremy 04c112b2a3 Import ruby-rack-test, one of the dependencies for Rails 3.
Rack::Test is a small, simple testing API for Rack apps. It can be used
on its own or as a reusable starting point for Web frameworks and
testing libraries to build on.

ok landry
2010-12-08 21:28:33 +00:00

24 lines
477 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 21:28:33 jeremy Exp $
COMMENT= small, simple testing API for Rack apps
DISTNAME= rack-test-0.5.6
CATEGORIES= www
HOMEPAGE= https://github.com/brynary/rack-test
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/ruby-rack,${MODRUBY_FLAVOR}>=1.0
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>