summaryrefslogtreecommitdiffstats
path: root/database/dbd-sqlite/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/dbd-sqlite/DETAILS')
-rwxr-xr-xdatabase/dbd-sqlite/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/database/dbd-sqlite/DETAILS b/database/dbd-sqlite/DETAILS
new file mode 100755
index 0000000000..d62dd6f5a2
--- /dev/null
+++ b/database/dbd-sqlite/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=dbd-sqlite
+ VERSION=1.09
+ SOURCE=DBD-SQLite-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/DBD-SQLite-$VERSION
+ SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DBD/$SOURCE
+ MD5[0]=c64a34d7f72f19cc07f280494225d05a
+ WEB_SITE=http://www.cpan.org/
+ ENTERED=20030225
+ UPDATED=20040112
+ LICENSE[0]=PERL
+ BUILD_API=2
+ SHORT="the SQLite DBD modules for perl DBI"
+cat << EOF
+DBD-SQLite is an interface between the Perl programming
+language and the sqlite embedded database engine
+EOF