freebsd-ports/mail/hashcash/Makefile
John Marino bf5ca2ebd3 mail/hashcash: Unbreak by moving NO_STAGE definition
NO_STAGE needs to be set unconditionally.

Approved by:	portmgr (bdrewery)
2013-10-15 20:34:06 +00:00

25 lines
524 B
Makefile

# Created by: bremner@unb.ca
# $FreeBSD$
PORTNAME= hashcash
PORTVERSION= 1.22
CATEGORIES= mail
MASTER_SITES= http://www.hashcash.org/source/
EXTRACT_SUFX= .tgz
MAINTAINER= chalpin@cs.wisc.edu
COMMENT= Anti-spam / denial of service counter-measure tool
MAN1= hashcash.1 sha1-hashcash.1
PLIST_FILES= bin/hashcash bin/sha1
PORTDOCS= CHANGELOG LICENSE README
ALL_TARGET= generic
NO_STAGE= yes
.if defined(NOPORTDOCS)
post-patch:
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
.endif
.include <bsd.port.mk>