summaryrefslogtreecommitdiff
path: root/databases/postgresql92-plperl/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-10-05 21:03:10 +0000
committeradam <adam>2012-10-05 21:03:10 +0000
commit976e011b5ad341ed88f6c74ba24f95ca05bb974b (patch)
treea69a2fb35b4ccb1bbdfd5c01ee1680b59a18ac99 /databases/postgresql92-plperl/Makefile
parent1ec671de3dee9999ecc7f09b23f80a9c923e8f50 (diff)
downloadpkgsrc-976e011b5ad341ed88f6c74ba24f95ca05bb974b.tar.gz
The PostgreSQL Global Development Group announces PostgreSQL 9.2, the latest release of the leader in open source databases. Since the beta release was announced in May, developers and vendors have praised it as a leap forward in performance, scalability and flexibility. Users are expected to switch to this version in record numbers.
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.
Diffstat (limited to 'databases/postgresql92-plperl/Makefile')
-rw-r--r--databases/postgresql92-plperl/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/postgresql92-plperl/Makefile b/databases/postgresql92-plperl/Makefile
new file mode 100644
index 00000000000..61645ef794f
--- /dev/null
+++ b/databases/postgresql92-plperl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2012/10/05 21:03:11 adam Exp $
+
+PKGNAME= ${DISTNAME:C/-/92-plperl-/}
+COMMENT= PL/Perl procedural language for the PostgreSQL backend
+
+DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
+
+.include "../../databases/postgresql92/Makefile.common"
+
+USE_TOOLS+= perl
+PERL5_CONFIGURE= no
+CONFIGURE_ARGS+= --with-perl
+BUILD_MAKE_FLAGS= PGXS=1
+
+BUILD_DIRS= src/pl/plperl
+MAKE_FILE= GNUmakefile
+
+.include "../../databases/postgresql92-client/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"