pkgsrc/databases/postgresql95/Makefile

15 lines
482 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2016/04/09 12:51:49 adam Exp $
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"