mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
18 lines
318 B
Makefile
18 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rack-test
|
|
PORTVERSION= 0.6.2
|
|
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:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|