openbsd-ports/mail/hashcash/Makefile
niallo fd61a87002 Import mail/hashcash
The hashcash tool allows you to create hashcash stamps to attach to
emails you send, and to verify hashcash stamps attached to emails you
receive. Email senders attach hashcash stamps with the X-Hashcash:
header. A hashcash stamp constitutes a proof-of-work which takes a
parameterizable amount of work to compute for the sender. The
recipient can verify received stamps efficiently.

From: Armin Wolfermann <aw@osn.de>

ok alek@
2005-06-16 17:35:22 +00:00

32 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/06/16 17:35:22 niallo Exp $
COMMENT= "hashcash anti-spam / denial of service counter-measure tool"
DISTNAME= hashcash-1.17
CATEGORIES= mail
HOMEPAGE= http://www.hashcash.org/
MAINTAINER= Armin Wolfermann <armin@wolfermann.org>
# public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/source/
EXTRACT_SUFX= .tgz
.if ${MACHINE_ARCH} == "i386"
ALL_TARGET= x86
.else
ALL_TARGET= generic
.endif
NO_REGRESS= Yes
.include <bsd.port.mk>