13 lines
400 B
Makefile
13 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:55 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"
|