lang/gauche: expire on 2025-03-31 for security/mbedtls

This commit is contained in:
Rene Ladan 2025-01-01 14:55:52 +01:00
parent 498e15fb43
commit 2e2c4ce5e6

View file

@ -81,4 +81,11 @@ post-install:
@${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/gauche-${ABI_VERSION}/${PORTVERSION}/${CONFIGURE_TARGET}/${i}
.endfor
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTLS}
DEPRECATED= Depends on expired security/mbedtls
EXPIRATION_DATE=2025-03-31
.endif
.include <bsd.port.mk>