svn commit: r530578 - head/devel/py-ddtrace

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 4 07:25:10 UTC 2020


Author: sunpoet
Date: Sat Apr  4 07:25:01 2020
New Revision: 530578
URL: https://svnweb.freebsd.org/changeset/ports/530578

Log:
  Add PROFILING option

Modified:
  head/devel/py-ddtrace/Makefile

Modified: head/devel/py-ddtrace/Makefile
==============================================================================
--- head/devel/py-ddtrace/Makefile	Sat Apr  4 07:24:55 2020	(r530577)
+++ head/devel/py-ddtrace/Makefile	Sat Apr  4 07:25:01 2020	(r530578)
@@ -22,11 +22,14 @@ RUN_DEPENDS=	${PY_ENUM34} \
 USES=		python
 USE_PYTHON=	autoplist concurrent cython distutils
 
-OPTIONS_DEFINE=	OPENTRACING
+OPTIONS_DEFINE=	OPENTRACING PROFILING
 OPTIONS_DEFAULT=OPENTRACING
 OPENTRACING_DESC=	OpenTracing support
+PROFILING_DESC=		Profiling support
 
 OPENTRACING_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}opentracing>=2.0.0:devel/py-opentracing@${PY_FLAVOR}
+PROFILING_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}intervaltree>=0:devel/py-intervaltree@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR}
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ddtrace/vendor/*/*.so


More information about the svn-ports-all mailing list