blob: d24df2c9caf5183a1518a81a8b92daeef51be0a7 (
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= 0.28
CATEGORIES= mail
MASTER_SITES= http://www.cypherspace.org/hashcash/source/
EXTRACT_SUFX= .tgz
MAINTAINER= bremner@unb.ca
COMMENT= Anti-spam / denial of service counter-measure tool
MAN1= hashcash.1 sha1.1
.include <bsd.port.mk>
|