diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-04-02 23:01:46 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-04-02 23:01:46 +0000 |
commit | 018634567eddc960cb88a0f5e01981f532ca98a9 (patch) | |
tree | 95e0c9ec0757fabf32969b2728f58a5923b6ec84 /mail/hashcash/Makefile | |
parent | 976dff5663a99f46b90daad295c839b980a473d4 (diff) |
Notes
Diffstat (limited to 'mail/hashcash/Makefile')
-rw-r--r-- | mail/hashcash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile index 46b0d9e3fde3..95b1ab947afa 100644 --- a/mail/hashcash/Makefile +++ b/mail/hashcash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hashcash -PORTVERSION= 1.02 +PORTVERSION= 1.17 CATEGORIES= mail MASTER_SITES= http://www.hashcash.org/source/ EXTRACT_SUFX= .tgz @@ -14,9 +14,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= bremner@unb.ca 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) |