summaryrefslogtreecommitdiff
path: root/databases/postgresql94-pgcrypto/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-01-14 21:01:18 +0000
committeradam <adam@pkgsrc.org>2015-01-14 21:01:18 +0000
commitfd5fd03830fcc115683ceaee7426d235ab550299 (patch)
treeacc80a00beba0935a731a700da40eae21a90094c /databases/postgresql94-pgcrypto/Makefile
parentea08d4633116517a76764e1406fbb2d2dd8cfb87 (diff)
downloadpkgsrc-fd5fd03830fcc115683ceaee7426d235ab550299.tar.gz
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.
Diffstat (limited to 'databases/postgresql94-pgcrypto/Makefile')
-rw-r--r--databases/postgresql94-pgcrypto/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/postgresql94-pgcrypto/Makefile b/databases/postgresql94-pgcrypto/Makefile
new file mode 100644
index 00000000000..8bc6dd70e81
--- /dev/null
+++ b/databases/postgresql94-pgcrypto/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/01/14 21:01:19 adam Exp $
+
+PKGNAME= ${DISTNAME:C/-/94-pgcrypto-/}
+COMMENT= Module providing cryptographic functions for PostgreSQL
+
+DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
+
+.include "../../databases/postgresql94/Makefile.common"
+
+CONFIGURE_ARGS+= --with-zlib
+BUILD_MAKE_FLAGS= USE_PGXS=1
+
+BUILD_DIRS= contrib/pgcrypto
+
+.include "../../databases/postgresql94-client/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"