aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql10-plperl
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2017-08-10 14:23:31 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2017-08-10 14:23:31 +0000
commit0fffd0a8078c91b448e48d7e3354156c8f37553a (patch)
treec140111beb1a865c26cd80c57328f7d5835df953 /databases/postgresql10-plperl
parentc57718b9f41e6cd9326b727700ae66ed3f1ec437 (diff)
downloadports-0fffd0a8078c91b448e48d7e3354156c8f37553a.tar.gz
ports-0fffd0a8078c91b448e48d7e3354156c8f37553a.zip
Add PostgreSQL-10 to the ports tree
The PostgreSQL Global Development Group announces today that the third beta release of PostgreSQL 10 is available for download. This release contains previews of all of the features which will be available in the final release of version 10, including fixes to many of the issues found in the second beta. Users are encouraged to begin testing their applications against 10 beta3. URL: https://www.postgresql.org/about/news/1771/
Notes
Notes: svn path=/head/; revision=447680
Diffstat (limited to 'databases/postgresql10-plperl')
-rw-r--r--databases/postgresql10-plperl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql10-plperl/Makefile b/databases/postgresql10-plperl/Makefile
new file mode 100644
index 000000000000..a7d098d55326
--- /dev/null
+++ b/databases/postgresql10-plperl/Makefile
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen@partitur.se>
+# $FreeBSD$
+
+WANT_PGSQL_VER= 10
+
+.include "${.CURDIR}/../postgresql95-plperl/Makefile"