15 lines
498 B
Makefile
15 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/12/08 16:03:47 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/96-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
DEPENDS+= postgresql96-client>=${PKGVERSION_NOREV}:../../databases/postgresql96-client
|
|
DEPENDS+= postgresql96-docs>=${PKGVERSION_NOREV}:../../databases/postgresql96-docs
|
|
DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|