pkgsrc/databases/postgresql94-replicationtools/Makefile
adam e9d63c048f PostgreSQL 9.4.0:
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance.
2015-01-14 21:01:18 +00:00

12 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/01/14 21:01:19 adam Exp $
PKGNAME= ${DISTNAME:C/-/94-replicationtools-/}
COMMENT= PostgreSQL replication tools
.include "../../databases/postgresql94/Makefile.common"
BUILD_DIRS+= contrib/pg_archivecleanup
BUILD_DIRS+= contrib/pg_standby
.include "../../databases/postgresql94-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"