aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-17 11:15:51 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-17 11:15:51 +0000
commit4783531927607fa97a627108900429fd90b59f34 (patch)
tree30ace4c332d3d1a2b972c9a84d04445b6e46fdb2 /databases/Makefile
parent7184f1831f4ab88354cdc15e5b17d62bcf13d663 (diff)
downloadports-4783531927607fa97a627108900429fd90b59f34.tar.gz
ports-4783531927607fa97a627108900429fd90b59f34.zip
New port: databases/postgresql-orafce
The "orafce" is a module of PostgreSQL. It implements of some functions from the Oracle database. The functionality was verified on Oracle 10g, and the module is useful for production work. This module contains some useful function which can help with porting Oracle application to PostgreSQL or can be useful generally. WWW: https://github.com/orafce/orafce PR: 219616 Submitted by: Jov <amutu@amutu.com>
Notes
Notes: svn path=/head/; revision=446066
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 5c47e59301e4..dd6b622b498b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -665,6 +665,7 @@
SUBDIR += postgresql-libpqxx3
SUBDIR += postgresql-mysql_fdw
SUBDIR += postgresql-odbc
+ SUBDIR += postgresql-orafce
SUBDIR += postgresql-plproxy
SUBDIR += postgresql-plruby
SUBDIR += postgresql-plv8js