aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-QueryProfiler/Makefile
blob: e6a31994f8cc1a09c55cca04079092780455d6cb (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
# New ports collection makefile for:  DBIx-Class-QueryProfiler
# Date created: 25 December 2009
# Whom: andrey@kostenko.name
#
# $FreeBSD$

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

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

BUILD_DEPENDS=  p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS=    p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class
TEST_DEPENDS=   p5-Test-Perl-Critic>=0:${PORTSDIR}/devel/p5-Test-Perl-Critic

PERL_CONFIGURE= 5.8.9+

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>