21 lines
395 B
Makefile
21 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.9 2015/06/25 18:54:51 jasper Exp $
|
|
|
|
COMMENT= small, simple testing API for Rack apps
|
|
|
|
DISTNAME= rack-test-0.6.3
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://github.com/brynary/rack-test
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= 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>
|