mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
472ad07c92
- Reset to perl@ [1] PR: ports/147363 Submitted by: pgollucci (myself) Reviewed by: az [1] Approved by: maintainer timeout, linimon [1]
27 lines
733 B
Makefile
27 lines
733 B
Makefile
# New ports collection makefile for: Log-Dispatch-Configurator-YAML
|
|
# Date created: 28 May 2008
|
|
# Whom: Andrey Kostenko <andrey@kostenko.name>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-Class-QueryLog
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Log queries for later analysis
|
|
|
|
RUN_DEPENDS= p5-DBIx-Class>=0.07000:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
|
|
p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::Class::QueryLog.3 DBIx::Class::QueryLog::Query.3 DBIx::Class::QueryLog::Transaction.3 DBIx::Class::QueryLog::Analyzer.3
|
|
|
|
.include <bsd.port.mk>
|