diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-03-13 20:37:55 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-03-13 21:46:31 +0100 |
commit | 93406e1c2ac8f17aede2d3fd33acac1d680c6df0 (patch) | |
tree | f69fbcba3f95048ef2f26e8401a20cd545d63ea5 /textproc/code2html | |
parent | devel/ccdoc: Deprecate and set expiration date to 2025-04-30 (diff) |
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/
Diffstat (limited to 'textproc/code2html')
-rw-r--r-- | textproc/code2html/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |