diff options
Diffstat (limited to 'databases/postgresql10-plpython')
-rw-r--r-- | databases/postgresql10-plpython/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile new file mode 100644 index 000000000000..d38f30cc0e97 --- /dev/null +++ b/databases/postgresql10-plpython/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +WANT_PGSQL_VER= 10 + +.include "${.CURDIR}/../postgresql95-plpython/Makefile" |