diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-10 14:23:33 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-10 16:57:35 +0200 |
commit | 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 (patch) | |
tree | 9e06c84a841516a45b2a6208e8d6ec578419972f /mail/squirrelmail-change_sqlpass-plugin | |
parent | 95967c2077762985235e47db1fe9949bed5cbe8f (diff) | |
download | freebsd-ports-4ca6b847063fd54a5398cf0611b2f0cd33b3dde0.zip |
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts
Diffstat (limited to 'mail/squirrelmail-change_sqlpass-plugin')
-rw-r--r-- | mail/squirrelmail-change_sqlpass-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/squirrelmail-change_sqlpass-plugin/Makefile b/mail/squirrelmail-change_sqlpass-plugin/Makefile index 02721808b083..9e2b560a2a3d 100644 --- a/mail/squirrelmail-change_sqlpass-plugin/Makefile +++ b/mail/squirrelmail-change_sqlpass-plugin/Makefile @@ -8,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Allows users to change their passwords stored in a SQL database WWW= https://www.squirrelmail.org/plugin_view.php?id=25 -IGNORE_WITH_PHP= 82 +IGNORE_WITH_PHP= 82 83 USE_SM_COMPAT= yes RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR} |