freebsd-ports/devel/p5-Log-Dispatch-DBI/Makefile
Frederic Culot bda24ac5c3 Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which
inserts logging output into relational database using DBI interface.

WWW: http://search.cpan.org/dist/Log-Dispatch-DBI/

PR:		ports/160216
Submitted by:	Ralf Gebhart <gebhart@secnetix.de>
2011-09-02 14:12:54 +00:00

27 lines
650 B
Makefile

# New ports collection makefile for: p5-Log-Dispatch-DBI
# Date created: 2011-08-22
# Whom: Ralf Gebhart <gebhart@secnetix.de>
#
# $FreeBSD$
#
PORTNAME= Log-Dispatch-DBI
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gebhart@secnetix.de
COMMENT= A Log::Dispatch output class for logging to database via DBI interface
BUILD_DEPENDS= p5-Log-Dispatch>=2.0:${PORTSDIR}/devel/p5-Log-Dispatch \
p5-DBI>0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-CSV>0:${PORTSDIR}/databases/p5-DBD-CSV
PERL_CONFIGURE= yes
MAN3= Log::Dispatch::DBI.3
.include <bsd.port.mk>