View | Details | Raw Unified | Return to bug 112656
Collapse All | Expand All

(-)Makefile Mon May 14 10:02:08 2007 (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=      DBD-SQLite
8
PORTNAME=      DBD-SQLite
9
PORTVERSION=   1.13
9
PORTVERSION=   1.13
10
PORTREVISION=  1
10
CATEGORIES=    databases perl5
11
CATEGORIES=    databases perl5
11
MASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=    DBD
13
MASTER_SITE_SUBDIR=    DBD
Lines 19-25 Link Here
19
# than the bundled version and has an incompatible DB file format.
20
# than the bundled version and has an incompatible DB file format.
20
# In this way we can be sure DBD::SQLite can interoperate with
21
# In this way we can be sure DBD::SQLite can interoperate with
21
# databases/sqlite3.
22
# databases/sqlite3.
22
BUILD_DEPENDS= sqlite>=3.3.3:${PORTSDIR}/databases/sqlite3
23
BUILD_DEPENDS= sqlite3>=3.3.3:${PORTSDIR}/databases/sqlite3
23
RUN_DEPENDS=   ${BUILD_DEPENDS}
24
RUN_DEPENDS=   ${BUILD_DEPENDS}
24
25
25
PERL_CONFIGURE=        yes
26
PERL_CONFIGURE=        yes

Return to bug 112656