mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# Created by: Andrey Kostenko <andrey@kostenko.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Class-QueryLog
|
|
PORTVERSION= 1.3.3
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Log queries for later analysis
|
|
|
|
BUILD_DEPENDS= p5-DBIx-Class>=0.07000:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|