aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-active_record_query_trace/Makefile
blob: 6f3b4757c7b720d9ed3a64cfc8a54fc01d9f74da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	active_record_query_trace
PORTVERSION=	1.9
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

RUN_DEPENDS=	rubygem-activerecord81>=6.0.0:databases/rubygem-activerecord81

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>