2016-04-09 14:51:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $
|
2016-02-25 22:37:35 +01:00
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:C/-/95-/}
|
|
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
|
|
|
|
DEPENDS+= postgresql95-client>=${PKGVERSION_NOREV}:../../databases/postgresql95-client
|
|
|
|
DEPENDS+= postgresql95-docs>=${PKGVERSION_NOREV}:../../databases/postgresql95-docs
|
|
|
|
DEPENDS+= postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server
|
|
|
|
|
|
|
|
META_PACKAGE= yes
|
|
|
|
|
|
|
|
.include "Makefile.common"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|