summaryrefslogtreecommitdiff
path: root/databases/postgresql13/Makefile
blob: 88a948ce338ed5dd9ee26e47ebb913badf7fe899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.5 2021/05/18 11:56:19 adam Exp $

PKGNAME=	${DISTNAME:S/-/13-/}
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"