diff options
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) |