mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
325 B
Makefile
19 lines
325 B
Makefile
COMMENT= small, simple testing API for Rack apps
|
|
|
|
DISTNAME= rack-test-2.1.0
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://github.com/rack/rack-test
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = www/ruby-rack,${MODRUBY_FLAVOR}>=1.3
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|