pkgsrc/databases/postgresql90/Makefile
adam d46e5d2c7b Changes 9.0:
9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
... and many more. For details on the over 200 additions and improvements in
this version, developed by over a hundred contributors, please see the release
notes.
2010-09-21 07:50:46 +00:00

14 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $
PKGNAME= postgresql90-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql90-client>=${BASE_VERS}:../../databases/postgresql90-client
DEPENDS+= postgresql90-docs>=${BASE_VERS}:../../databases/postgresql90-docs
DEPENDS+= postgresql90-server>=${BASE_VERS}:../../databases/postgresql90-server
META_PACKAGE= yes
.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"