aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-QueryLog/Makefile
blob: f031f10cd8746bf8be6c42e6165085097656d73e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    Log-Dispatch-Configurator-YAML
# Date created:             28 May 2008
# Whom:                 Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#

PORTNAME=   DBIx-Class-QueryLog
PORTVERSION=    1.3.0
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Log queries for later analysis

RUN_DEPENDS=    p5-DBIx-Class>=0.07000:${PORTSDIR}/databases/p5-DBIx-Class  \
        p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes    \
        p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       DBIx::Class::QueryLog.3 DBIx::Class::QueryLog::Query.3 DBIx::Class::QueryLog::Transaction.3 DBIx::Class::QueryLog::Analyzer.3

.include <bsd.port.mk>