diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 16:22:51 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 16:22:51 +0800 |
commit | 7372b9ebc57252ff3cd951fbd83e6824569bc643 (patch) | |
tree | df16813d42cb1ac365237cf5c2343c3459e89ee7 /textproc | |
parent | 025f6f50e8492c3bc8cefa928602d9f284d9d1c9 (diff) | |
download | freebsd-ports-gnome-7372b9ebc57252ff3cd951fbd83e6824569bc643.tar.gz freebsd-ports-gnome-7372b9ebc57252ff3cd951fbd83e6824569bc643.tar.zst freebsd-ports-gnome-7372b9ebc57252ff3cd951fbd83e6824569bc643.zip |
Mark DEPRECATED and set EXPIRATION_DATE to 2021-01-31
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinxcontrib-websupport11/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-sphinxcontrib-websupport11/Makefile b/textproc/py-sphinxcontrib-websupport11/Makefile index fb604ebfc0a2..1648fe1f6b1c 100644 --- a/textproc/py-sphinxcontrib-websupport11/Makefile +++ b/textproc/py-sphinxcontrib-websupport11/Makefile @@ -13,6 +13,9 @@ COMMENT= Sphinx API for Web Apps LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use textproc/py-sphinxcontrib-websupport instead +EXPIRATION_DATE=2021-01-31 + USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils |