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/hashcash/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/hashcash/Makefile')
-rw-r--r-- | mail/hashcash/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile new file mode 100644 index 000000000000..d24df2c9caf5 --- /dev/null +++ b/mail/hashcash/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: hashcash +# Date created: Jan 30, 2003 +# Whom: bremner@unb.ca +# +# $FreeBSD$ +# + +PORTNAME= hashcash +PORTVERSION= 0.28 +CATEGORIES= mail +MASTER_SITES= http://www.cypherspace.org/hashcash/source/ +EXTRACT_SUFX= .tgz + +MAINTAINER= bremner@unb.ca +COMMENT= Anti-spam / denial of service counter-measure tool + +MAN1= hashcash.1 sha1.1 + +.include <bsd.port.mk> |