a5b28aa06e
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. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature. WWW: http://rubygems.org/gems/rack-test Sponsored by: RideCharge Inc. / Taximagic
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# New ports collection makefile for: rubygem-rack-test
|
|
# Date created: 1 September 2010
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rack-test
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= a small, simple testing API for Rack apps.
|
|
|
|
RUN_DEPENDS= rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|