aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite2/Makefile
blob: 8099d351806e6ec5f163eb17a38e16cfab79debc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: nork@cityfujisawa.ne.jp
# $FreeBSD$

PORTNAME=	DBD-SQLite2
PORTVERSION=	0.36
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Provides access to SQLite2 databases through the DBI

BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI

USES=		perl5
USE_PERL5=	configure

MAN3=		DBD::SQLite2.3

post-extract:
	${RM} -f ${WRKSRC}/getsqlite.pl

.include <bsd.port.mk>