summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-10 12:38:21 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-10 12:38:21 +0000
commitb18bfc7b0b28525db335da909c0f7be406400724 (patch)
tree3c19ab00a4151b4925bcfea93fac4374f4fd33f3 /databases/Makefile
parentdee2cf3374f013afd52a33a5a7f164b72aabc6f0 (diff)
downloadpkgsrc-b18bfc7b0b28525db335da909c0f7be406400724.tar.gz
Add package for PostgreSQL 7.4.5 PL/Python. PL/Python procedural language
allows PostgreSQL functions to be written in Python language. Fixes PR pkg/23349 by Michal Pasternak.
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 9f60427c751..02434def995 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2004/09/05 18:43:19 wiz Exp $
+# $NetBSD: Makefile,v 1.142 2004/10/10 12:41:02 jdolecek Exp $
#
COMMENT= Databases
@@ -99,6 +99,7 @@ SUBDIR+= postgresql74-client
SUBDIR+= postgresql74-contrib
SUBDIR+= postgresql74-docs
SUBDIR+= postgresql74-lib
+SUBDIR+= postgresql74-plpython
SUBDIR+= postgresql74-server
SUBDIR+= pxtools
SUBDIR+= py-IndexedCatalog