git: 93406e1c2ac8 - main - textproc/code2html: Deprecate and set expiration date to 2025-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 13 Mar 2025 20:48:01 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93406e1c2ac8f17aede2d3fd33acac1d680c6df0

commit 93406e1c2ac8f17aede2d3fd33acac1d680c6df0
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-13 19:37:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-13 20:46:31 +0000

    textproc/code2html: Deprecate and set expiration date to 2025-04-30
    
    Obsolete utility, last activity upstream in 2002
    
    Reference:
    https://www.palfrader.org/code/code2html/
---
 textproc/code2html/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile
index 258293c81c6a..3ac4ed0fb765 100644
--- a/textproc/code2html/Makefile
+++ b/textproc/code2html/Makefile
@@ -9,6 +9,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Sourcecode to HTML converter
 WWW=		https://www.palfrader.org/code2html/
 
+DEPRECATED=	Obsolete utility, last activity upstream in 2002
+EXPIRATION_DATE=2025-04-30
+
 NO_BUILD=	yes
 USES=		perl5 shebangfix
 USE_PERL5=	run