summaryrefslogtreecommitdiff
path: root/databases/postgresql90/Makefile
blob: c4b01a000a33095bd019d6ed82856fc3340c2cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $

PKGNAME=	postgresql90-${BASE_VERS}
COMMENT=	Robust, next generation, object-relational DBMS

DEPENDS+=	postgresql90-client>=${BASE_VERS}:../../databases/postgresql90-client
DEPENDS+=	postgresql90-docs>=${BASE_VERS}:../../databases/postgresql90-docs
DEPENDS+=	postgresql90-server>=${BASE_VERS}:../../databases/postgresql90-server

META_PACKAGE=	yes

.include "Makefile.common"

.include "../../mk/bsd.pkg.mk"