mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
Take a peek into the Redis calls made within your Rails application. Things this peek view provides: - Total number of Redis commands called during the request - The duration of the calls made during the request WWW: https://github.com/peek/peek-redis
22 lines
429 B
Makefile
22 lines
429 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= peek-redis
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tz@FreeBSD.org
|
|
COMMENT= Provide a peek into the Redis calls made
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-atomic>=1.0.0:devel/rubygem-atomic \
|
|
rubygem-peek>=0:devel/rubygem-peek \
|
|
rubygem-redis>=0:databases/rubygem-redis
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|