openbsd-ports/mail/hashcash/Makefile
steven d9e0e76df3 update to hashcash 1.20
from Armin Wolfermann <aw at osn.de> (maintainer)
sync with update-plist while here
2005-12-23 12:55:05 +00:00

32 lines
586 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/12/23 12:55:05 steven Exp $
COMMENT= "hashcash anti-spam / denial of service counter-measure tool"
DISTNAME= hashcash-1.20
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>