aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-QueryProfiler/Makefile
blob: f7965212df8480ca09bdcc0c4f8ae1530261af9d (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
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:  DBIx-Class-QueryProfiler
# Date created: 25 December 2009
# Whom: andrey@kostenko.name
#
# $FreeBSD$

PORTNAME=   DBIx-Class-QueryProfiler
PORTVERSION=    0.05
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    DBIx::Class profiler

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
        p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class
RUN_DEPENDS=    p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class

TEST_DEPENDS=   p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic

PERL_CONFIGURE= yes

MAN3=       DBIx::Class::QueryProfiler.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001

BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+=   p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

.include <bsd.port.post.mk>