summaryrefslogtreecommitdiff
path: root/textproc/py-textract
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-04-21 17:57:56 +0200
committerRene Ladan <rene@FreeBSD.org>2025-04-21 17:57:56 +0200
commite61bdc07ff25fb4bdfbb1db3e25dd46a9bd5378a (patch)
tree6c24c91c03471210b7a2078d58fba837334ab915 /textproc/py-textract
parentbiology/py-orange3-single-cell: fix typo in DEPRECATED (diff)
textproc/py-textract: expire MSG option on 2025-06-01 for textproc/py-extract-msg
Diffstat (limited to 'textproc/py-textract')
-rw-r--r--textproc/py-textract/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/py-textract/Makefile b/textproc/py-textract/Makefile
index 1a82f144b80f..148e74b0c2cf 100644
--- a/textproc/py-textract/Makefile
+++ b/textproc/py-textract/Makefile
@@ -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>