diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index 46209879eb79..de3f8804e4bf 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -12,6 +12,9 @@ COMMENT= Course management system based on social constructionism CONFLICTS= moodle-2.*.* +DEPRECATED= Upstream support ended +EXPIRATION_DATE=2014-08-04 + USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype WRKSRC= ${WRKDIR}/moodle |