diff --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile index 22295dcae3c..b211fd7c247 100644 --- a/databases/p5-DBD-SQLite2/Makefile +++ b/databases/p5-DBD-SQLite2/Makefile @@ -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 diff --git a/databases/p5-DBD-SQLite2/pkg/DESCR b/databases/p5-DBD-SQLite2/pkg/DESCR index a7171dc046a..1c2528832fb 100644 --- a/databases/p5-DBD-SQLite2/pkg/DESCR +++ b/databases/p5-DBD-SQLite2/pkg/DESCR @@ -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.