diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-05-22 22:15:33 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-05-22 22:15:33 +0300 |
commit | 3a7ccfaf1ce78fe273ea61db8c8c40ca3f2a15cc (patch) | |
tree | 019acc45c0e0cfe4039bc0bdde1f0b93562a52b9 | |
parent | Uses/linux.mk: Remove inexistent USE_LINUX=sdl2sound (diff) |
lang/linux-dotnet-runtime: Mark DEPRECATED
Diffstat (limited to '')
-rw-r--r-- | lang/linux-dotnet-runtime/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/linux-dotnet-runtime/Makefile b/lang/linux-dotnet-runtime/Makefile index 619bc1bc59e7..2cc47fc22d5a 100644 --- a/lang/linux-dotnet-runtime/Makefile +++ b/lang/linux-dotnet-runtime/Makefile @@ -12,6 +12,9 @@ WWW= https://www.microsoft.com/net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Ancient version, no practical use +EXPIRATION_DATE=2025-07-01 + ONLY_FOR_ARCHS= amd64 .if ${PORTNAME} != dotnet-cli |