diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 17:31:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 17:31:20 +0000 |
commit | ce13e96bb7e8264c028ee9d55e267bca96e798bd (patch) | |
tree | dd7be75f5970e748d430972225c13896e0a727fc /mail/hashcash/Makefile | |
parent | 0e047ba62db465dae8de2afc96584614e0493e50 (diff) |
Notes
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> |