Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / p5-Class-DBI-Plugin-Type / Makefile
1 # Created by: Lars Thegler <lars@thegler.dk>
2 # $FreeBSD$
3
4 PORTNAME=       Class-DBI-Plugin-Type
5 PORTVERSION=    0.02
6 PORTREVISION=   1
7 CATEGORIES=     databases perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Determine type information for columns
13
14 BUILD_DEPENDS=  ${RUN_DEPENDS}
15 RUN_DEPENDS=    p5-Class-DBI>=0:databases/p5-Class-DBI
16 TEST_DEPENDS=   p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>