diff options
author | leeym <leeym@FreeBSD.org> | 2004-03-08 01:41:43 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-03-08 01:41:43 +0800 |
commit | 7fefdf2af69bdde38aa8d12fcb1aadac2fe48392 (patch) | |
tree | ec553a0c94d05833c1b8bd9e42d861ac5bb20695 /mail/spamstats/Makefile | |
parent | fd5682cb14851d42dc6070d911609ea936ad676a (diff) | |
download | freebsd-ports-gnome-7fefdf2af69bdde38aa8d12fcb1aadac2fe48392.tar.gz freebsd-ports-gnome-7fefdf2af69bdde38aa8d12fcb1aadac2fe48392.tar.zst freebsd-ports-gnome-7fefdf2af69bdde38aa8d12fcb1aadac2fe48392.zip |
add Date::Manip into RUN_DEPENDS
bump PORTREVISION
Submitted by: Dan Larsson <dl@tyfon.net>
Diffstat (limited to 'mail/spamstats/Makefile')
-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 |