summaryrefslogtreecommitdiff
path: root/textproc/py-pymdown-extensions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-pymdown-extensions/Makefile')
-rw-r--r--textproc/py-pymdown-extensions/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/py-pymdown-extensions/Makefile b/textproc/py-pymdown-extensions/Makefile
index 84d8a2c5276e..6bb16befa653 100644
--- a/textproc/py-pymdown-extensions/Makefile
+++ b/textproc/py-pymdown-extensions/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pymdown-extensions
-DISTVERSION= 10.13
+DISTVERSION= 10.14.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,4 +21,10 @@ USE_PYTHON= autoplist pep517
NO_ARCH= yes
+OPTIONS_DEFINE= EXTRA
+OPTIONS_DEFAULT= EXTRA
+
+EXTRA_DESC= Enable support for extended lexer options
+EXTRA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.19.1:textproc/py-pygments@${PY_FLAVOR}
+
.include <bsd.port.mk>