textproc/py-textract: expire MSG option on 2025-06-01 for textproc/py-extract-msg

This commit is contained in:
Rene Ladan 2025-04-21 17:57:56 +02:00
parent cee4ec23e8
commit e61bdc07ff

View file

@ -69,4 +69,11 @@ SPREADSHEET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=1.2.0:textproc/py-xlrd@${P
TESSERACT_RUN_DEPENDS= tesseract>0:graphics/tesseract
UNRTF_RUN_DEPENDS= unrtf>0:textproc/unrtf
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMSG}
DEPRECATED= Depends on expiring textproc/py-extract-msg
EXPIRATION_DATE=2025-06-01
.endif
.include <bsd.port.mk>