aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Audit
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-13 16:21:39 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-13 16:21:39 +0000
commit0afe1079b85bc620c66271db02c68d79cfc80642 (patch)
treec614749013aec1ef25b7a4f32f13ab08e33e46c3 /mail/p5-Mail-Audit
parentc29cf80e0b174ed106d864aef481ca8a355ddad9 (diff)
downloadports-0afe1079b85bc620c66271db02c68d79cfc80642.tar.gz
ports-0afe1079b85bc620c66271db02c68d79cfc80642.zip
Add missing dependencies.
PR: 39181 Submitted by: David Marshall <marshall@chezmarshall.com>
Notes
Notes: svn path=/head/; revision=61227
Diffstat (limited to 'mail/p5-Mail-Audit')
-rw-r--r--mail/p5-Mail-Audit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile
index 604eeec7bec4..e5dcc2e8f793 100644
--- a/mail/p5-Mail-Audit/Makefile
+++ b/mail/p5-Mail-Audit/Makefile
@@ -15,7 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= ${SITE_PERL}/Net/Config.pm:${PORTSDIR}/net/p5-Net \
- ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools
+ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
+ ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \
+ ${SITE_PERL}/Mail/ListDetector.pm:${PORTSDIR}/mail/p5-Mail-ListDetector \
+ ${SITE_PERL}/Razor/Client.pm:${PORTSDIR}/mail/razor-agents
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}