aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-SQLite2/Makefile
blob: 12a9f63197855e62988fa2c9c23eb2f146bc27c7 (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
25
26
27
# New ports collection makefile for:    p5-DBD-SQLite
# Date created:             2002/03/30
# Whom:                 nork@cityfujisawa.ne.jp
#
# $FreeBSD$
#

PORTNAME=   DBD-SQLite2
PORTVERSION=    0.33
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

PERL_CONFIGURE= yes

MAN3=       DBD::SQLite2.3

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

.include <bsd.port.mk>