diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-10 12:38:21 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-10 12:38:21 +0000 |
commit | b18bfc7b0b28525db335da909c0f7be406400724 (patch) | |
tree | 3c19ab00a4151b4925bcfea93fac4374f4fd33f3 /databases/Makefile | |
parent | dee2cf3374f013afd52a33a5a7f164b72aabc6f0 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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 |