2006-06-18 21:02:35 -04:00
|
|
|
USING: alien ;
|
2005-06-12 05:37:05 -04:00
|
|
|
|
2006-01-19 20:27:38 -05:00
|
|
|
"postgresql" "libpq" add-simple-library
|
2005-12-27 00:15:36 -05:00
|
|
|
|
2006-06-18 20:58:11 -04:00
|
|
|
PROVIDE: postgresql
|
2006-06-18 21:31:20 -04:00
|
|
|
{ "libpq.factor" "postgresql.factor" }
|
2006-06-18 20:58:11 -04:00
|
|
|
{ "postgresql-test" } ;
|