this port supports SQLite2 not 3

from kaoru at kaisei.org via ports/4521
This commit is contained in:
sturm 2005-09-26 17:28:13 +00:00
parent 74f351fa2c
commit 5daf6bdc9a
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2005/05/27 21:38:51 robert Exp $
# $OpenBSD: Makefile,v 1.3 2005/09/26 17:28:13 sturm Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= 'SQLite3 drivers for the Perl DBI'
COMMENT= 'SQLite2 drivers for the Perl DBI'
DISTNAME= DBD-SQLite2-0.33
PKGNAME= p5-${DISTNAME}
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= databases perl5
MAINTAINER= Robert Nagy <robert@openbsd.org>

View File

@ -1,7 +1,7 @@
DBD::SQLite2 is the Perl5 Database Interface driver for the SQLite3
DBD::SQLite2 is the Perl5 Database Interface driver for the SQLite2
database.
In other words: DBD::SQLite2 is an interface between the Perl
programming language and the SQLite3 programming API that comes with
programming language and the SQLite2 programming API that comes with
the SQLite Embeddable database management system. Most functions
provided by the respective programming API's are supported.