freebsd-ports/devel/rubygem-rack-mini-profiler/Makefile
Steve Wills 6411b94c7e devel/rubygem-rack-mini-profiler: create port
Profiling toolkit for Rack applications with Rails integration. Client Side
profiling, DB profiling and Server profiling.

WWW: http://miniprofiler.com
2014-10-07 03:23:33 +00:00

18 lines
378 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rack-mini-profiler
PORTVERSION= 0.9.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Profiles loading speed for rack applications
RUN_DEPENDS= rubygem-rack>=1.1.3:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>