diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-04 14:10:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-04 14:10:23 +0800 |
commit | af2918d2d940bf9fd8692ed5dba404fd580af3d0 (patch) | |
tree | f1da655473f5ec9e3446372726a2c3adba80613b /www | |
parent | e8e174bc7560bf6bce5a091918a8a996f351ffa9 (diff) | |
download | freebsd-ports-gnome-af2918d2d940bf9fd8692ed5dba404fd580af3d0.tar.gz freebsd-ports-gnome-af2918d2d940bf9fd8692ed5dba404fd580af3d0.tar.zst freebsd-ports-gnome-af2918d2d940bf9fd8692ed5dba404fd580af3d0.zip |
- Mark DEPRECATED and set EXPIRATION_DATE to 2014-08-04
PR: ports/190410
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: maintainer (timeout, 1 month)
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 |