summaryrefslogtreecommitdiff
path: root/databases/postgresql95/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql95/Makefile')
-rw-r--r--databases/postgresql95/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/postgresql95/Makefile b/databases/postgresql95/Makefile
new file mode 100644
index 00000000000..5b0280851c3
--- /dev/null
+++ b/databases/postgresql95/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2016/02/25 21:37:35 tnn Exp $
+
+PKGNAME= ${DISTNAME:C/-/95-/}
+COMMENT= Robust, next generation, object-relational DBMS
+
+DEPENDS+= postgresql95-client>=${PKGVERSION_NOREV}:../../databases/postgresql95-client
+DEPENDS+= postgresql95-docs>=${PKGVERSION_NOREV}:../../databases/postgresql95-docs
+DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server
+
+META_PACKAGE= yes
+
+.include "Makefile.common"
+
+.include "../../mk/bsd.pkg.mk"