mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
399 B
Makefile
14 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/02/23 11:25:50 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/84-/}
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
DEPENDS+= postgresql84-client>=${PKGVERSION_NOREV}:../../databases/postgresql84-client
|
|
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|