diff options
author | pav <pav@FreeBSD.org> | 2004-02-02 01:31:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-02 01:31:20 +0800 |
commit | 5700ca01bf2e6c28c955b4a19ce07f5aa9361bd6 (patch) | |
tree | ecc5a0bf2deb521e9a5a93c47810a7163979defd /mail/Makefile | |
parent | c51863f5fc8712498d01e611bb08451889d4e8e0 (diff) | |
download | freebsd-ports-gnome-5700ca01bf2e6c28c955b4a19ce07f5aa9361bd6.tar.gz freebsd-ports-gnome-5700ca01bf2e6c28c955b4a19ce07f5aa9361bd6.tar.zst freebsd-ports-gnome-5700ca01bf2e6c28c955b4a19ce07f5aa9361bd6.zip |
Add hashcash, a tool used to sign email with a token guaranteeing that
it took some computation to send.
PR: ports/62138
Submitted by: David Bremner <bremner@unb.ca>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index fbbb798fb944..c9f7b4fe8570 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -100,6 +100,7 @@ SUBDIR += gotmail SUBDIR += grepmail SUBDIR += gubby + SUBDIR += hashcash SUBDIR += hbiff SUBDIR += hotwayd SUBDIR += ifile |