summaryrefslogtreecommitdiff
path: root/databases/postgresql73/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 22:14:39 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 22:14:39 +0000
commitdba14855c678b6949f12a059dcf32f5bc4b7bc51 (patch)
tree95d8c241a6dd148a137feeae04b4d67555265cc9 /databases/postgresql73/Makefile
parent8a0aa09673b5001b484f946522a80ad61c4331ca (diff)
downloadpkgsrc-dba14855c678b6949f12a059dcf32f5bc4b7bc51.tar.gz
reimport of postgresql as postgresql73
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This is the meta-package for the PostgreSQL database system.
Diffstat (limited to 'databases/postgresql73/Makefile')
-rw-r--r--databases/postgresql73/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
new file mode 100644
index 00000000000..8fa40ef5712
--- /dev/null
+++ b/databases/postgresql73/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/24 22:14:40 recht Exp $
+
+PKGNAME= postgresql73-${BASE_VERS}
+COMMENT= Robust, next generation, object-relational DBMS
+
+DEPENDS+= postgresql73-client>=${BASE_VERS}:../../databases/postgresql73-client
+DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server
+DEPENDS+= postgresql73-docs>=${BASE_VERS}:../../databases/postgresql73-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"