diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 10:38:31 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:55 -0500 |
commit | f8113bcc8ff2500e04ba6ba4e003091b554dc4be (patch) | |
tree | 14ee7325caca7a5ffae45954a9ac581fffd61611 | |
parent | 2cc80ba0b09afd9d5ada5d00f859768736f3e390 (diff) | |
download | freebsd-ports-f8113bcc8ff2500e04ba6ba4e003091b554dc4be.zip |
www/moodle39: Mark DEPRECATED
- Requires php74 which has been removed from the tree
- Set EXPIRATION_DATE 2023-04-30
- See the following for details:
https://moodledev.io/general/development/policies/php
https://docs.moodle.org/401/en/PHP
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts
-rw-r--r-- | www/moodle39/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/moodle39/Makefile b/www/moodle39/Makefile index afce48f37e0f..45ddc6138122 100644 --- a/www/moodle39/Makefile +++ b/www/moodle39/Makefile @@ -10,6 +10,9 @@ WWW= https://www.moodle.org/ LICENSE= GPLv3 +DEPRECATED= Requires php74 which has been removed from the tree +EXPIRATION_DATE= 2023-04-30 + CONFLICTS= moodle311-3.11.[0-9]* moodle40-4.0.[0-9]* moodle41-4.1.[0-9]* USES= cpe php:flavors tar:tgz |