freebsd-ports/mail/hashcash/Makefile
Pav Lucistnik ce13e96bb7 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>
2004-02-01 17:31:20 +00:00

20 lines
391 B
Makefile

# 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>