svn commit: r567141 - head/devel/py-devtools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:09:10 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:09:05 2021
New Revision: 567141
URL: https://svnweb.freebsd.org/changeset/ports/567141

Log:
  Add PYGMENTS option

Modified:
  head/devel/py-devtools/Makefile

Modified: head/devel/py-devtools/Makefile
==============================================================================
--- head/devel/py-devtools/Makefile	Wed Mar  3 18:09:01 2021	(r567140)
+++ head/devel/py-devtools/Makefile	Wed Mar  3 18:09:05 2021	(r567141)
@@ -18,4 +18,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	PYGMENTS
+PYGMENTS_DESC=	Highlighted output support
+
+PYGMENTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments@${PY_FLAVOR}
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list