15 lines
496 B
Makefile
15 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/05/24 19:49:48 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/13-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
DEPENDS+= postgresql13-client>=${PKGVERSION_NOREV}:../../databases/postgresql13-client
|
|
DEPENDS+= postgresql13-docs>=${PKGVERSION_NOREV}:../../databases/postgresql13-docs
|
|
DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|