svn commit: r530423 - head/net/py-pyroute2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 2 21:46:00 UTC 2020


Author: sunpoet
Date: Thu Apr  2 21:30:31 2020
New Revision: 530423
URL: https://svnweb.freebsd.org/changeset/ports/530423

Log:
  Add SS2 option

Modified:
  head/net/py-pyroute2/Makefile

Modified: head/net/py-pyroute2/Makefile
==============================================================================
--- head/net/py-pyroute2/Makefile	Thu Apr  2 21:30:26 2020	(r530422)
+++ head/net/py-pyroute2/Makefile	Thu Apr  2 21:30:31 2020	(r530423)
@@ -20,4 +20,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	SS2
+SS2_DESC=	Socket statistics
+
+SS2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=5.0<6:sysutils/py-psutil@${PY_FLAVOR}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list