mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
fbe0f96a25
- Add some NO_ARCHes - Fix and unsilence some installation commands Approved by: portmgr blanket
34 lines
732 B
Makefile
34 lines
732 B
Makefile
# Created by: bremner@unb.ca
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hashcash
|
|
PORTVERSION= 1.22
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.hashcash.org/source/
|
|
|
|
MAINTAINER= chalpin@cs.wisc.edu
|
|
COMMENT= Anti-spam / denial of service counter-measure tool
|
|
|
|
LICENSE= CPL
|
|
LICENSE_NAME= CPL
|
|
LICENSE_TEXT= http://www.cypherspace.org/CPL/
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= tar:tgz
|
|
|
|
PLIST_FILES= bin/hashcash bin/sha1
|
|
PLIST_FILES+= man/man1/hashcash.1.gz
|
|
PLIST_FILES+= man/man1/sha1-hashcash.1.gz
|
|
|
|
PORTDOCS= CHANGELOG LICENSE README
|
|
ALL_TARGET= generic
|
|
|
|
MAKE_ENV+= STAGEDIR=${STAGEDIR}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch-DOCS-off:
|
|
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|