diff options
author | girgen <girgen@FreeBSD.org> | 2013-05-12 07:46:30 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2013-05-12 07:46:30 +0800 |
commit | 85b731fcf6a5e70e0645166a4c1611c8093d7fd7 (patch) | |
tree | dcf48f35e1c0d88d803a17ef2347231f73df8d9b /databases/postgresql93-plpython | |
parent | b92cbbbbb184af1289db338306c08543ddd63a75 (diff) | |
download | freebsd-ports-gnome-85b731fcf6a5e70e0645166a4c1611c8093d7fd7.tar.gz freebsd-ports-gnome-85b731fcf6a5e70e0645166a4c1611c8093d7fd7.tar.zst freebsd-ports-gnome-85b731fcf6a5e70e0645166a4c1611c8093d7fd7.zip |
Prepare for postgresql 9.3 beta 1 by svn cp postgresql92-* postgresql93-*
Diffstat (limited to 'databases/postgresql93-plpython')
-rw-r--r-- | databases/postgresql93-plpython/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile new file mode 100644 index 000000000000..0fccab61ab19 --- /dev/null +++ b/databases/postgresql93-plpython/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +WANT_PGSQL_VER= 92 + +.include "${.CURDIR}/../postgresql90-plpython/Makefile" |