2006-07-29 21:39:49 +02:00
|
|
|
# New ports collection makefile for: p5-DBIx-Log4perl
|
|
|
|
# Date created: 2006-07-20
|
|
|
|
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBIx-Log4perl
|
2012-07-26 21:30:30 +02:00
|
|
|
PORTVERSION= 0.26
|
2006-07-29 21:39:49 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-03-19 01:45:26 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-29 21:39:49 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-07-07 18:04:56 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-29 21:39:49 +02:00
|
|
|
COMMENT= For DBI to selectively log SQL, parameters, result-sets, transactions
|
|
|
|
|
2012-07-08 08:55:04 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-02-20 11:35:22 +01:00
|
|
|
BUILD_DEPENDS= p5-DBI>=1.500:${PORTSDIR}/databases/p5-DBI \
|
2006-07-29 21:39:49 +02:00
|
|
|
p5-Log-Log4perl>=1.04:${PORTSDIR}/devel/p5-Log-Log4perl
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-29 21:39:49 +02:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-07-29 21:39:49 +02:00
|
|
|
|
2012-02-20 11:35:22 +01:00
|
|
|
MAN3= DBIx::Log4perl.3
|
2006-07-29 21:39:49 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|