git: 403f8df5dcc9 - main - devel/p5-SDL: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 30 Dec 2024 19:57:48 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=403f8df5dcc90dddcabaf40183ca55951fc553dd

commit 403f8df5dcc90dddcabaf40183ca55951fc553dd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-30 18:05:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-30 19:57:28 +0000

    devel/p5-SDL: Mark DEPRECATED
    
    - Depends on smpeg which is no longer available from upstream. Tried
      building with smpeg2 which unfortunately does not work.
    - Set EXPIRATION_DATE 2025-01-30
---
 devel/p5-SDL/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index a11ada850995..e881bf25d6ef 100644
--- a/devel/p5-SDL/Makefile
+++ b/devel/p5-SDL/Makefile
@@ -11,6 +11,9 @@ WWW=		http://sdl.perl.org/
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Depends on smpeg which is no longer available from upstream
+EXPIRATION_DATE=	2025-01-31
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \