diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-06-07 16:15:11 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-06-07 16:15:11 +0000 |
commit | d06a5deed5605ee28a3d88b906e6e82cd8676c9a (patch) | |
tree | 7c779fbb9983ef635a6e7e57890de14f614c29c0 | |
parent | 15affda4fe6ab0c1c5ce879bb2f02f421fa33281 (diff) |
Notes
-rw-r--r-- | mail/squirreloutlook/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/squirreloutlook/Makefile b/mail/squirreloutlook/Makefile index 8995520c7ef6..d8cbc5f94045 100644 --- a/mail/squirreloutlook/Makefile +++ b/mail/squirreloutlook/Makefile @@ -18,6 +18,12 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A webmail system which accesses mail over IMAP +FORBIDDEN= Based on a vulnerable version of mail/squirrelmail +DEPRECATED= Use mail/squirrelmail for similar functionality +EXPIRATION_DATE=2012-07-01 + +CONFLICTS= squirrelmail-1* + USE_PHP= session mhash gettext mbstring pcre openssl xml WANT_PHP_WEB= yes USE_GETTEXT= yes |