80477122a0
PostgreSQL 9.2 will ship with native JSON support, covering indexes, replication and performance improvements, and many more features. We are eagerly awaiting this release and will make it available in Early Access as soon as it’s released by the PostgreSQL community," said Ines Sombra, Lead Data Engineer, Engine Yard.
16 lines
486 B
Makefile
16 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/10/05 21:03:11 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/92-pgcrypto-/}
|
|
COMMENT= Module providing cryptographic functions for PostgreSQL
|
|
|
|
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
|
|
|
|
.include "../../databases/postgresql92/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-zlib
|
|
BUILD_MAKE_FLAGS= PGXS=1
|
|
|
|
BUILD_DIRS= contrib/pgcrypto
|
|
|
|
.include "../../databases/postgresql92-client/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|