summaryrefslogtreecommitdiff
path: root/databases/postgresql83-uuid
diff options
context:
space:
mode:
authorbrook <brook>2011-03-05 17:54:35 +0000
committerbrook <brook>2011-03-05 17:54:35 +0000
commit02a075b81c5a9b3d807c98b0541242f181ac7096 (patch)
tree9453e057f5bdfc73a2a749394aaeeb2e79e40164 /databases/postgresql83-uuid
parent1e8e1f6ccbae36dcf0f802bb00513c8f25ddde8f (diff)
downloadpkgsrc-02a075b81c5a9b3d807c98b0541242f181ac7096.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/postgresql83-uuid')
-rw-r--r--databases/postgresql83-uuid/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql83-uuid/Makefile b/databases/postgresql83-uuid/Makefile
new file mode 100644
index 00000000000..9cd473c2ebc
--- /dev/null
+++ b/databases/postgresql83-uuid/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $
+#
+
+PGSQL_VERSION= 83
+
+.include "../../databases/postgresql-uuid/Makefile.common"