r2787: *** empty log message ***
[clsql.git] / clsql-postgresql.asd
index 410dbdfba2a1e9e17f1bd47bb0d8c4d4af75556b..64b67a12d80d07dd5476ad00759cd5c81bc16292 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql.asd,v 1.7 2002/09/18 07:50:01 kevin Exp $\r
+;;;; $Id: clsql-postgresql.asd,v 1.9 2002/09/20 06:37:39 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
 (in-package :asdf)\r
 \r
 (defsystem :clsql-postgresql\r
+  :name "cl-sql-postgresql"\r
+  :author "Kevin M. Rosenberg <kmr@debian.org>"\r
+  :version "0.9.2"\r
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"\r
+  :licence "Lessor Lisp General Public License"\r
+  :description "Common Lisp PostgreSQL API Driver"\r
+  :long-description "cl-sql-postgresql package provides a the database driver for the PostgreSQL API."\r
+\r
   :components\r
   ((:module :db-postgresql\r
            :components\r
@@ -33,4 +41,3 @@
 (defmethod source-file-type  ((c cl-source-file)\r
                              (s (eql (find-system :clsql-postgresql)))) \r
    "cl")\r
-\r