summaryrefslogtreecommitdiff
path: root/databases/postgresql74-plpython/Makefile
blob: dc22b4d61fb95fec6795427641290f81e9e6d704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:14 tv Exp $

PKGNAME=		postgresql74-plpython-${BASE_VERS}

COMMENT=		PL/Python procedural language for the PostgreSQL backend

DEPENDS+=	postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server


.include "../postgresql74/Makefile.common"

CONFIGURE_ARGS+=	--with-openssl=${SSLBASE}
CONFIGURE_ARGS+=	--with-python
CONFIGURE_ENV+=		PYTHON="${PYTHONBIN}"

BUILD_DIRS=		${WRKSRC}/src/pl/plpython

.include "../../security/openssl/buildlink3.mk"
.include "../postgresql74-lib/buildlink3.mk"
.include "../../lang/python/extension.mk"

.include "../../mk/bsd.pkg.mk"