git: 5f7296621d1e - main - security/p5-Data-Entropy: Mark DEPRECATED and set EXPIRATION_DATE to 2025-05-31

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 29 Apr 2025 12:48:54 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f7296621d1e4ed81e4b6109501b4f58fdc08550

commit 5f7296621d1e4ed81e4b6109501b4f58fdc08550
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-29 11:48:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-29 12:43:03 +0000

    security/p5-Data-Entropy: Mark DEPRECATED and set EXPIRATION_DATE to 2025-05-31
    
    Reported by:    jadawin
---
 security/p5-Data-Entropy/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile
index 9b598fc05d2e..9908d5079b59 100644
--- a/security/p5-Data-Entropy/Makefile
+++ b/security/p5-Data-Entropy/Makefile
@@ -11,6 +11,9 @@ WWW=		https://metacpan.org/release/Data-Entropy
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+DEPRECATED=	The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use
+EXPIRATION_DATE=2025-05-31
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
 		p5-Crypt-URandom>=0.36:security/p5-Crypt-URandom \