blob: 69c0a702df808498cc37dedb294650948b08ccc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:20 joerg Exp $
PKGNAME= postgresql83-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql83-client>=${BASE_VERS}:../../databases/postgresql83-client
DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server
META_PACKAGE= yes
.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"
|