git: 4a351aa5583d - main - math/matlab-installer: Deprecate

From: Jason W. Bacon <jwb_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 21:26:54 UTC
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a351aa5583d9fd5a91b2d99744335fb9c1f120f

commit 4a351aa5583d9fd5a91b2d99744335fb9c1f120f
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2025-02-03 21:25:20 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2025-02-03 21:26:53 +0000

    math/matlab-installer: Deprecate
    
    Unmaintained and does not work with recent Matlab versions
    math/octave is highly compatible with Matlab and free
---
 math/matlab-installer/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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 \