postgresql-socket3: Use asdf3 feature-expressions
[clsql.git] / clsql-postgresql-socket3.asd
index 4f4bd2544a0c604fd506432dfd5fdd1d3bffa787..cd6a6d84685913dd9142f60773af7d410fc098e0 100644 (file)
   :description "Common Lisp SQL PostgreSQL Socket Driver"
   :long-description "cl-sql-postgresql-socket package provides a database driver to the PostgreSQL database via a socket interface."
 
-  :depends-on (clsql md5 :cl-postgres #+sbcl sb-bsd-sockets)
+  :depends-on (clsql
+               md5
+               :cl-postgres
+               (:feature sbcl sb-bsd-sockets))
   :components
   ((:module :db-postgresql-socket3
            :serial T
            :components ((:file "package")
-                        (:file "api")
-                        (:file "sql")))))
+                     (:file "api")
+                     (:file "sql")))))