summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-18 09:05:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-18 09:05:42 +0000
commit3979955057cfb5dfd5a68e2f66d593b07ac518ee (patch)
treec3f071c12e28784b7b1d32fe54f30bc78ff29ada /mail
parentPatch by Greg Rumple & JMC to hopefully fix end-of-download crash. I'll (diff)
Mark FORBIDDEN: this port tries to send email containing the contents
of the system environment at install-time
Notes
Notes: svn path=/head/; revision=71697
Diffstat (limited to 'mail')
-rw-r--r--mail/openwebmail/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile
index 29155ca33852..f54259f70d95 100644
--- a/mail/openwebmail/Makefile
+++ b/mail/openwebmail/Makefile
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= leeym@FreeBSD.org
+FORBIDDEN= "Sends mail to developers at install-time"
+
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \