diff options
author | girgen <girgen@FreeBSD.org> | 2017-08-11 04:25:17 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2017-08-11 04:25:17 +0800 |
commit | efa4e8438b0a40d4c655c649c490ef8cc0316f79 (patch) | |
tree | 0e2e33ffb2bd0a4b88a951164bee884a9540126a /databases/Makefile | |
parent | 2721500e0db3042e9e3e3b57085e8142a668d1d3 (diff) | |
download | freebsd-ports-gnome-efa4e8438b0a40d4c655c649c490ef8cc0316f79.tar.gz freebsd-ports-gnome-efa4e8438b0a40d4c655c649c490ef8cc0316f79.tar.zst freebsd-ports-gnome-efa4e8438b0a40d4c655c649c490ef8cc0316f79.zip |
Add PostgreSQL-10 to the ports tree
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0f01bb30fced..411fb5d9e970 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -677,6 +677,14 @@ SUBDIR += postgresql-repmgr2 SUBDIR += postgresql-tds_fdw SUBDIR += postgresql-zhparser + SUBDIR += postgresql10-client + SUBDIR += postgresql10-contrib + SUBDIR += postgresql10-docs + SUBDIR += postgresql10-pgtcl + SUBDIR += postgresql10-plperl + SUBDIR += postgresql10-plpython + SUBDIR += postgresql10-pltcl + SUBDIR += postgresql10-server SUBDIR += postgresql92-client SUBDIR += postgresql92-contrib SUBDIR += postgresql92-docs |