update Sun Jan 17 06:37:00 PST 2010
[pkgsrc.git] / databases / postgresql83-plpython / Makefile
1 # $NetBSD: Makefile,v 1.5 2010/01/17 12:02:11 wiz Exp $
2
3 PKGNAME=        postgresql83-plpython-${BASE_VERS}
4 PKGREVISION=    1
5 COMMENT=        PL/Python procedural language for the PostgreSQL backend
6
7 PKG_DESTDIR_SUPPORT=    user-destdir
8
9 DEPENDS+=       postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server
10
11 .include "../../databases/postgresql83/Makefile.common"
12
13 CONFIGURE_ARGS+=        --with-python
14 CONFIGURE_ENV+=         PYTHON="${PYTHONBIN}"
15
16 BUILD_DIRS=             src/pl/plpython
17
18 USE_LIBTOOL=            yes
19 PKG_LIBTOOL=            ${PKG_SHLIBTOOL}
20
21 .include "../../databases/postgresql83-client/buildlink3.mk"
22 .include "../../lang/python/extension.mk"
23
24 .include "../../mk/bsd.pkg.mk"