freebsd-ports/mail/hashcash/Makefile
Edwin Groothuis 388d529ae5 Reset maintainer
PR:		ports/90726
Submitted by:	David Bremner <bremner-dated-1136341985.d77847@pivot.cs.unb.ca>
2005-12-21 03:09:40 +00:00

30 lines
608 B
Makefile

# New ports collection makefile for: hashcash
# Date created: Jan 30, 2003
# Whom: bremner@unb.ca
#
# $FreeBSD$
#
PORTNAME= hashcash
PORTVERSION= 1.18
CATEGORIES= mail
MASTER_SITES= http://www.hashcash.org/source/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
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
.if defined(NOPORTDOCS)
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
.endif
.include <bsd.port.mk>