diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-03-13 20:08:22 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-03-13 21:46:30 +0100 |
commit | 30c902c8fcbc3f2de58f394cfefc9c4638f33782 (patch) | |
tree | f79e63814af4ce945d40752bf4af2021402dcdc8 /textproc/add-css-links | |
parent | textproc/print-n-times: Deprecate and set expiration date to 2025-04-30 (diff) |
textproc/add-css-links: Deprecate and set expiration date to 2025-04-30
Obsolete and unmaintained in tree for years
Diffstat (limited to 'textproc/add-css-links')
-rw-r--r-- | textproc/add-css-links/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/add-css-links/Makefile b/textproc/add-css-links/Makefile index 358f685d9af2..96b381fe656a 100644 --- a/textproc/add-css-links/Makefile +++ b/textproc/add-css-links/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Add one or more CSS <link> elements to an XHTML document WWW= https://aaronland.info/xsl/xhtml/add-css-links +DEPRECATED= Obsolete and unmaintained in tree for years +EXPIRATION_DATE=2025-04-30 + NO_BUILD= yes WRKSRC= ${WRKDIR}/xhtml |