diff options
Diffstat (limited to 'databases/postgresql84-plpython/Makefile')
-rw-r--r-- | databases/postgresql84-plpython/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql84-plpython/Makefile b/databases/postgresql84-plpython/Makefile new file mode 100644 index 000000000000..d404df6ca7e3 --- /dev/null +++ b/databases/postgresql84-plpython/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +USE_PYTHON= -2.7 +WANT_PGSQL_VER= 84 + +.include "${.CURDIR}/../postgresql90-plpython/Makefile" |