e9d63c048f
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.
16 lines
479 B
Makefile
16 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/14 21:01:19 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/94-dblink-/}
|
|
COMMENT= Dblink module for remote database connections
|
|
|
|
DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
|
|
|
|
.include "../../databases/postgresql94/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-openssl
|
|
BUILD_MAKE_FLAGS= USE_PGXS=1
|
|
|
|
BUILD_DIRS= contrib/dblink
|
|
|
|
.include "../../databases/postgresql94-client/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|