aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-QueryProfiler/Makefile
blob: 6d6d32d4853528eddb2cc69c090ae13353ab92e4 (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
# Created by: 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

USES=       perl5
USE_PERL5=  configure

MAN3=       DBIx::Class::QueryProfiler.3

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