svn commit: r560594 - head/devel/py-isort

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 6 20:27:00 UTC 2021


Author: sunpoet
Date: Wed Jan  6 20:26:53 2021
New Revision: 560594
URL: https://svnweb.freebsd.org/changeset/ports/560594

Log:
  Add COLORS option

Modified:
  head/devel/py-isort/Makefile

Modified: head/devel/py-isort/Makefile
==============================================================================
--- head/devel/py-isort/Makefile	Wed Jan  6 20:26:48 2021	(r560593)
+++ head/devel/py-isort/Makefile	Wed Jan  6 20:26:53 2021	(r560594)
@@ -17,4 +17,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	COLORS
+COLORS_DESC=	Color output support
+
+COLORS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>=0.4.3<0.5.0:devel/py-colorama@${PY_FLAVOR}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list