diff options
author | wen <wen@FreeBSD.org> | 2016-05-24 16:44:12 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-05-24 16:44:12 +0800 |
commit | 3aa64a4f1412b3a3481600a8b8f1b542968062b7 (patch) | |
tree | d12dfd4a05e4913ce9b2c3b7955b8dc6b3a98883 | |
parent | 83120fff26a2b8141744a29fbccd6b7ffb54c37f (diff) | |
download | freebsd-ports-gnome-3aa64a4f1412b3a3481600a8b8f1b542968062b7.tar.gz freebsd-ports-gnome-3aa64a4f1412b3a3481600a8b8f1b542968062b7.tar.zst freebsd-ports-gnome-3aa64a4f1412b3a3481600a8b8f1b542968062b7.zip |
- Mark DEPRECATED and set EXPIRATION_DATE
-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 |