all: expire consumers of textproc/linuxdoc-tools on 2025-06-21

This commit is contained in:
Rene Ladan 2025-04-21 18:13:43 +02:00
parent ccafa64bec
commit b858dd653d
2 changed files with 10 additions and 0 deletions

View file

@ -9,6 +9,9 @@ WWW= http://opencbm.sourceforge.net/
LICENSE= GPLv2 BSD3CLAUSE
LICENSE_COMB= multi
DEPRECATED= Depends on expiring devel/cc65
EXPIRATION_DATE=2025-06-21
BUILD_DEPENDS= cc65:devel/cc65
USES= gmake pkgconfig

View file

@ -59,4 +59,11 @@ post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MINFO}
DEPRECATED= Depends on expired textproc/linuxdoc-tools
EXPIRATION_DATE=2025-06-21
.endif
.include <bsd.port.mk>