Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / p5-DBIx-Log4perl / Makefile
1 # Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2 # $FreeBSD$
3
4 PORTNAME=       DBIx-Log4perl
5 PORTVERSION=    0.26
6 PORTREVISION=   1
7 CATEGORIES=     databases perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        For DBI to selectively log SQL, parameters, result-sets, transactions
13
14 LICENSE=        ART10 GPLv1+
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  ${RUN_DEPENDS}
18 RUN_DEPENDS=    p5-DBI>=1.500:databases/p5-DBI \
19                 p5-Log-Log4perl>=1.04:devel/p5-Log-Log4perl
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>