aboutsummaryrefslogtreecommitdiffstats
path: root/mail/hashcash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/hashcash/Makefile')
-rw-r--r--mail/hashcash/Makefile19
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>