diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2017-08-10 14:23:31 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2017-08-10 14:23:31 +0000 |
| commit | 0fffd0a8078c91b448e48d7e3354156c8f37553a (patch) | |
| tree | c140111beb1a865c26cd80c57328f7d5835df953 /databases/postgresql10-plpython | |
| parent | c57718b9f41e6cd9326b727700ae66ed3f1ec437 (diff) | |
Notes
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" |
