ports/devel/rubygem-peek-redis/Makefile
Torsten Zuehlsdorff 45ec3ab76d New port: devel/rubygem-peek-redis
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
2017-08-24 09:16:29 +00:00

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>