freebsd-ports/databases/rubygem-peek-pg/Makefile
Torsten Zuehlsdorff 161b795cf3 New port: databases/rubygem-peek-pg
Take a peek into the Postgres queries made during your application's requests.

Things this peek view provides:
- Total number of Postgres queries called during the request
- The duration of the queries made during the request

WWW: https://github.com/peek/peek-pg
2017-08-24 09:06:59 +00:00

23 lines
510 B
Makefile

# $FreeBSD$
PORTNAME= peek-pg
PORTVERSION= 1.3.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Take a peek into the MySQL queries made
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby \
rubygem-concurrent-ruby-ext>=0:devel/rubygem-concurrent-ruby-ext \
rubygem-pg>=0:databases/rubygem-pg \
rubygem-peek>=0.1.0:devel/rubygem-peek
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>