aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorAlexander Sieg <ports@xanderio.de>2021-10-08 09:26:50 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2021-11-03 17:32:10 +0000
commitfc5b80a8bc4d08dd954f198b21176bdfb1b7eac7 (patch)
treeba628a31db9ad85a5f0507195be1c2bde8f378f0 /databases/Makefile
parent8c6cd1e9189cdfa6918c020fb0c1fb87fa3c03ee (diff)
downloadports-fc5b80a8bc4d08dd954f198b21176bdfb1b7eac7.tar.gz
ports-fc5b80a8bc4d08dd954f198b21176bdfb1b7eac7.zip
databases/postgresql-semver: Add new port
This library contains a single PostgreSQL extension, a data type called "semver". It's an implementation of the version number format specified by the Semantic Versioning 2.0.0 Specification. PR: 259001
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 8d57ffa545ec..e9b4a483baca 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -672,6 +672,7 @@
SUBDIR += postgresql-relay
SUBDIR += postgresql-repmgr
SUBDIR += postgresql-rum
+ SUBDIR += postgresql-semver
SUBDIR += postgresql-tds_fdw
SUBDIR += postgresql-zhparser
SUBDIR += postgresql10-client