mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f9011b2e23
PR: ports/133210 ports/133211 ports/133212 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Approved by: tabthorpe (co-mentor)
29 lines
590 B
Makefile
29 lines
590 B
Makefile
# New ports collection makefile for: hashcash
|
|
# Date created: Jan 30, 2003
|
|
# Whom: 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
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|