diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:30:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:30:42 +0000 |
commit | 042ea2947aef8c163db8d1f3fe5110ed8add79e4 (patch) | |
tree | 6fac5b7d85d4988f10ccfe52738047dfcc982820 /mail/spamstats | |
parent | 82e4dcc470cfc6e07b2a182ee315989d1adda4dc (diff) | |
download | ports-042ea2947aef8c163db8d1f3fe5110ed8add79e4.tar.gz ports-042ea2947aef8c163db8d1f3fe5110ed8add79e4.zip |
Notes
Diffstat (limited to 'mail/spamstats')
-rw-r--r-- | mail/spamstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamstats/Makefile b/mail/spamstats/Makefile index e78c56b2b01d..cb475e96f0a4 100644 --- a/mail/spamstats/Makefile +++ b/mail/spamstats/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.inl.fr/download/ MAINTAINER= leeym@FreeBSD.org COMMENT= A tool to generate statistics for spamd of Mail::SpamAssassin -RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip +RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip USE_PERL5= yes NO_BUILD= yes |