Pullup ticket #3113 - requested by spz:
[pkgsrc.git] / databases / postgresql82-plpython / Makefile
1 # $NetBSD$
2
3 PKGNAME=        postgresql82-plpython-${BASE_VERS}
4 COMMENT=        PL/Python procedural language for the PostgreSQL backend
5
6 DEPENDS+=       postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server
7
8 PKG_DESTDIR_SUPPORT=    user-destdir
9
10 .include "../../databases/postgresql82/Makefile.common"
11
12 CONFIGURE_ARGS+=        --with-python
13 CONFIGURE_ENV+=         PYTHON="${PYTHONBIN}"
14
15 BUILD_DIRS=             src/pl/plpython
16
17 USE_LIBTOOL=            yes
18 PKG_LIBTOOL=            ${PKG_SHLIBTOOL}
19
20 .include "../../databases/postgresql82-client/buildlink3.mk"
21 .include "../../lang/python/extension.mk"
22
23 .include "../../mk/bsd.pkg.mk"