diff options
author | adam <adam> | 2013-09-10 15:35:30 +0000 |
---|---|---|
committer | adam <adam> | 2013-09-10 15:35:30 +0000 |
commit | 1a1b6fd42428866ed542f4b6b418ce0e6e7a6e59 (patch) | |
tree | 84590c451f94ced4fb59bb23d48330cf8ac39d4f /databases | |
parent | a86ef199649563f7f2daa8391b8b63f4677916d1 (diff) | |
download | pkgsrc-1a1b6fd42428866ed542f4b6b418ce0e6e7a6e59.tar.gz |
Added databases/postgresql93 version 9.3.0
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0c7bc5a8800..78d47cffedd 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.435 2013/07/06 00:57:34 rodent Exp $ +# $NetBSD: Makefile,v 1.436 2013/09/10 15:35:30 adam Exp $ COMMENT= Databases @@ -299,6 +299,21 @@ SUBDIR+= postgresql92-pltcl SUBDIR+= postgresql92-replicationtools SUBDIR+= postgresql92-server SUBDIR+= postgresql92-upgrade +SUBDIR+= postgresql93 +SUBDIR+= postgresql93-adminpack +SUBDIR+= postgresql93-client +SUBDIR+= postgresql93-datatypes +SUBDIR+= postgresql93-dblink +SUBDIR+= postgresql93-docs +SUBDIR+= postgresql93-fuzzystrmatch +SUBDIR+= postgresql93-monitoring +SUBDIR+= postgresql93-pgcrypto +SUBDIR+= postgresql93-plperl +SUBDIR+= postgresql93-plpython +SUBDIR+= postgresql93-pltcl +SUBDIR+= postgresql93-replicationtools +SUBDIR+= postgresql93-server +SUBDIR+= postgresql93-upgrade SUBDIR+= pxtools SUBDIR+= py-PgSQL SUBDIR+= py-bdb-xml |