From 6059d46a0483cbcf0bfd39b1fc85ac5e35d0f3e6 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sun, 20 Jan 2013 10:06:54 +0000 Subject: Split out postgresql-python port on to bunch of PostgreSQL version-dependent ones, so the packages can be built with different versions of PostgreSQL. The patch is from crees@ with couple additions from me. It has some problems that prevents the build with python3, but it was decided that it's better to add this as starting point. Maintainership of this port also was passed to pgsql@ team. PR: 166999 PR: 174152 Reported by: many Approved by: pgsql (crees) --- databases/postgresql91-plpython/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 databases/postgresql91-plpython/Makefile (limited to 'databases/postgresql91-plpython') diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile new file mode 100644 index 000000000000..f5fe4f38ee99 --- /dev/null +++ b/databases/postgresql91-plpython/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +WANT_PGSQL_VER= 91 + +.include "${.CURDIR}/../postgresql90-plpython/Makefile" -- cgit v1.2.3