diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-18 09:05:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-18 09:05:42 +0000 |
commit | 3979955057cfb5dfd5a68e2f66d593b07ac518ee (patch) | |
tree | c3f071c12e28784b7b1d32fe54f30bc78ff29ada /mail/openwebmail/Makefile | |
parent | Patch 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
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
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 \ |