openbsd-ports/www/ruby-rack-test/Makefile
jeremy 52a581e1cd Remove duplicate version of ruby-rack-test. It was originally imported
under devel, and then later imported by me under www.  Since stuff
depends on the www version and it is more up to date, keep that version.

Add goo to update automatically from devel version to www version.

Discovered by claudio@.  OK sthen@.
2011-04-23 01:31:42 +00:00

25 lines
487 B
Makefile

# $OpenBSD: Makefile,v 1.3 2011/04/23 01:31:42 jeremy Exp $
COMMENT= small, simple testing API for Rack apps
DISTNAME= rack-test-0.5.6
REVISION = 1
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>