2012-01-02 08:35:20 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBIx-QueryLog
|
2013-03-03 10:39:18 +01:00
|
|
|
PORTVERSION= 0.33
|
2012-01-02 08:35:20 +01:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for logging queries for DBI
|
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
RUN_DEPENDS= \
|
|
|
|
p5-DBI>0:${PORTSDIR}/databases/p5-DBI
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2013-01-14 15:03:56 +01:00
|
|
|
TEST_DEPENDS= \
|
|
|
|
p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
|
|
p5-Class-Method-Modifiers>0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
|
|
|
|
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
|
2012-01-02 08:35:20 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= DBIx::QueryLog.3
|
|
|
|
|
2012-02-28 21:28:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|