aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-QueryLog/Makefile
blob: 21bcd101c86c38edfb047d2a7d9384162c714fa6 (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
# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$

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

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

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

USES=       perl5
USE_PERL5=  configure

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

NO_STAGE=   yes
.include <bsd.port.mk>