blob: 834b2928e7371bae777bde5808140b2ec286cf14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= active_record_query_trace
PORTVERSION= 1.8
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Print stack trace of all queries to the Rails log
WWW= https://github.com/brunofacca/active-record-query-trace
LICENSE= MIT
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|