diff options
author | pawel <pawel@FreeBSD.org> | 2013-07-24 05:02:49 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-07-24 05:02:49 +0800 |
commit | 48d67ce9f70f941fe030156c4e902b77a54811bc (patch) | |
tree | 5c6cb619ba8abdb1d5711a746eac0ffef7c64c86 /databases/Makefile | |
parent | 591f3eff394484f65855343c13120d085f5bf563 (diff) | |
download | freebsd-ports-gnome-48d67ce9f70f941fe030156c4e902b77a54811bc.tar.gz freebsd-ports-gnome-48d67ce9f70f941fe030156c4e902b77a54811bc.tar.zst freebsd-ports-gnome-48d67ce9f70f941fe030156c4e902b77a54811bc.zip |
SHA1, SHA256, SHA512, MD5 & CRC32 data types for PostgreSQL
A fork of the shatypes extension which adds additional
data types along with some fixes.
WWW: http://pgxn.org/dist/hashtypes/
PR: ports/180137
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0f8ad9b81ad6..b97c1722aded 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -105,6 +105,7 @@ SUBDIR += grass SUBDIR += gtksql SUBDIR += hamsterdb + SUBDIR += hashtypes SUBDIR += hiredis SUBDIR += hk_classes SUBDIR += hs-mysql |