mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
039ae3caa9
- Update ports require by rubygem-rails - Add vuxml entry for rails security issues Security: ca5d3272-59e3-11e2-853b-00262d5ed8ee Security: b4051b52-58fa-11e2-853b-00262d5ed8ee
23 lines
464 B
Makefile
23 lines
464 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.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>
|