blob: 9773bd4a87c8fdae64282be1cb2987aef7971d00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: hashcash
# Date created: Jan 30, 2003
# Whom: bremner@unb.ca
#
# $FreeBSD$
#
PORTNAME= hashcash
PORTVERSION= 1.02
CATEGORIES= mail
MASTER_SITES= http://www.hashcash.org/source/
EXTRACT_SUFX= .tgz
MAINTAINER= bremner@unb.ca
COMMENT= Anti-spam / denial of service counter-measure tool
MAN1= hashcash.1 sha1-hashcash.1
.include <bsd.port.mk>
|