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