14 lines
416 B
Makefile
14 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/04/22 13:43:14 obache Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/83-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
DEPENDS+= postgresql83-client>=${PKGVERSION_NOREV}:../../databases/postgresql83-client
|
|
DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|