blob: d3136f07ecbc497f1e00c6c41c48bbff30974691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1.1.1 2009/07/29 06:26:17 adam Exp $
PKGNAME= postgresql84-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql84-client>=${BASE_VERS}:../../databases/postgresql84-client
DEPENDS+= postgresql84-server>=${BASE_VERS}:../../databases/postgresql84-server
META_PACKAGE= yes
.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"
|