mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
all: expire consumers of textproc/linuxdoc-tools on 2025-06-21
This commit is contained in:
parent
ccafa64bec
commit
b858dd653d
2 changed files with 10 additions and 0 deletions
|
@ -9,6 +9,9 @@ WWW= http://opencbm.sourceforge.net/
|
||||||
LICENSE= GPLv2 BSD3CLAUSE
|
LICENSE= GPLv2 BSD3CLAUSE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
|
DEPRECATED= Depends on expiring devel/cc65
|
||||||
|
EXPIRATION_DATE=2025-06-21
|
||||||
|
|
||||||
BUILD_DEPENDS= cc65:devel/cc65
|
BUILD_DEPENDS= cc65:devel/cc65
|
||||||
|
|
||||||
USES= gmake pkgconfig
|
USES= gmake pkgconfig
|
||||||
|
|
|
@ -59,4 +59,11 @@ post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/README.md ${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue