summaryrefslogtreecommitdiff
path: root/databases/postgresql80/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql80/Makefile')
-rw-r--r--databases/postgresql80/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/postgresql80/Makefile b/databases/postgresql80/Makefile
new file mode 100644
index 00000000000..2d29f27c5e9
--- /dev/null
+++ b/databases/postgresql80/Makefile
@@ -0,0 +1,19 @@
+
+PKGNAME= postgresql80-${BASE_VERS}
+COMMENT= Robust, next generation, object-relational DBMS
+
+DEPENDS+= postgresql80-client>=${BASE_VERS}:../../wip/postgresql80-client
+DEPENDS+= postgresql80-server>=${BASE_VERS}:../../wip/postgresql80-server
+DEPENDS+= postgresql80-docs>=${BASE_VERS}:../../wip/postgresql80-docs
+
+.include "Makefile.common"
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+do-install: # empty
+do-patch: # empty
+
+.include "../../mk/bsd.pkg.mk"