diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-05-24 08:44:12 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-05-24 08:44:12 +0000 |
commit | fa5d5d8c79c13fd93cc56195cf1abafe1e506159 (patch) | |
tree | d12dfd4a05e4913ce9b2c3b7955b8dc6b3a98883 | |
parent | 4093a7b15f42ba1a231e5ed499c6071513055a56 (diff) |
Notes
-rw-r--r-- | www/moodle28/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/moodle28/Makefile b/www/moodle28/Makefile index acfbb40c4fa6..d61e0ba2ead9 100644 --- a/www/moodle28/Makefile +++ b/www/moodle28/Makefile @@ -14,6 +14,9 @@ LICENSE= GPLv3 CONFLICTS= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1 +DEPRECATED= EOL upstream +EXPIRATION_DATE= 2016-08-24 + USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash opcache intl |