summaryrefslogtreecommitdiff
path: root/mail/spamstats
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-03-07 17:41:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-03-07 17:41:43 +0000
commit887b6d3de3b4b9aab2640e24a25758ee57aac7fb (patch)
tree7322ae1f90373fc5f915455ff1f98c7c39ee9583 /mail/spamstats
parentmake it buildable on ia64 and amd64. (diff)
add Date::Manip into RUN_DEPENDS
bump PORTREVISION Submitted by: Dan Larsson <dl@tyfon.net>
Notes
Notes: svn path=/head/; revision=103216
Diffstat (limited to 'mail/spamstats')
-rw-r--r--mail/spamstats/Makefile4
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