Update databases/p5-SQLite-Work to version 0.16
[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=     lth@FreeBSD.org
12 COMMENT=        Determine type information for columns
13
14 BUILD_DEPENDS=  p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16 TEST_DEPENDS=   p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>