blob: 114e087bcbeb1693ef3c9413dd84b015ead818be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= active_record_query_trace
PORTVERSION= 1.5.4
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Print stack trace of all queries to the Rails log
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|