diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-03-07 17:41:43 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-03-07 17:41:43 +0000 |
commit | 887b6d3de3b4b9aab2640e24a25758ee57aac7fb (patch) | |
tree | 7322ae1f90373fc5f915455ff1f98c7c39ee9583 /mail/spamstats | |
parent | 0874df9a063dfa6876bb06dab6d29b7d935f1a53 (diff) | |
download | ports-887b6d3de3b4b9aab2640e24a25758ee57aac7fb.tar.gz ports-887b6d3de3b4b9aab2640e24a25758ee57aac7fb.zip |
Notes
Diffstat (limited to 'mail/spamstats')
-rw-r--r-- | mail/spamstats/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/spamstats/Makefile b/mail/spamstats/Makefile index 9124caad01d6..cbc8fff9f501 100644 --- a/mail/spamstats/Makefile +++ b/mail/spamstats/Makefile @@ -7,13 +7,15 @@ PORTNAME= spamstats PORTVERSION= 0.5b +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.gryzor.com/tools/ MAINTAINER= leeym@FreeBSD.org COMMENT= A tool to generate statistics for spamd of Mail::SpamAssassin -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip USE_PERL5= yes NO_BUILD= yes |