summaryrefslogtreecommitdiff
path: root/databases/postgresql94-pgcrypto/Makefile
diff options
context:
space:
mode:
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"