ce13e96bb7
it took some computation to send. PR: ports/62138 Submitted by: David Bremner <bremner@unb.ca>
20 lines
391 B
Makefile
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>
|