6411b94c7e
Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling. WWW: http://miniprofiler.com
18 lines
378 B
Makefile
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>
|