summaryrefslogtreecommitdiff
path: root/databases/postgresql84-uuid
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2011-03-05 17:54:35 +0000
committerbrook <brook@pkgsrc.org>2011-03-05 17:54:35 +0000
commitfe78f6846671a7ac7b857143fa0b26810a95f4f3 (patch)
tree9453e057f5bdfc73a2a749394aaeeb2e79e40164 /databases/postgresql84-uuid
parent5fc8c475816afe29b82c69569b4bb1c453fef883 (diff)
downloadpkgsrc-fe78f6846671a7ac7b857143fa0b26810a95f4f3.tar.gz
Initial import of the uuid v1.0.2 package from pgfoundry.org.
The ``uuid'' PostgreSQL package implements creation of Universally Unique Identifiers (UUIDs), also referred to as Globally Unique Identifiers (GUIDs). Although PostgreSQL supports storing UUIDs as a native datatype, it does not provide any mechanism for creating them. This package wraps openssl-supplied md5 and sha1 functions to create UUIDs within PostgreSQL.
Diffstat (limited to 'databases/postgresql84-uuid')
-rw-r--r--databases/postgresql84-uuid/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql84-uuid/Makefile b/databases/postgresql84-uuid/Makefile
new file mode 100644
index 00000000000..4761bc438e6
--- /dev/null
+++ b/databases/postgresql84-uuid/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $
+#
+
+PGSQL_VERSION= 84
+
+.include "../../databases/postgresql-uuid/Makefile.common"