diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2025-02-03 21:25:20 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2025-02-03 21:26:53 +0000 |
commit | 4a351aa5583d9fd5a91b2d99744335fb9c1f120f (patch) | |
tree | e8f3b3a99ed84fa0cdae256b03acda37fc5dfe34 | |
parent | d90070c244c07d1c365d9f9dd498a68ee1ea5314 (diff) |
math/matlab-installer: Deprecate
Unmaintained and does not work with recent Matlab versions
math/octave is highly compatible with Matlab and free
-rw-r--r-- | math/matlab-installer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/matlab-installer/Makefile b/math/matlab-installer/Makefile index 42d46ac81ad1..114bdd6a23a0 100644 --- a/math/matlab-installer/Makefile +++ b/math/matlab-installer/Makefile @@ -10,6 +10,9 @@ WWW= https://acadix.biz/matlab-installer.php LICENSE= BSD3CLAUSE +DEPRECATED= Unmaintained, does not support recent Matlab +EXPIRATION_DATE=2025-04-03 + RUN_DEPENDS= mount_image:sysutils/diskimage-tools \ auto-ask:sysutils/auto-admin \ webbrowser:www/webbrowser \ |