git: d96f63a40b4b - main - sysutils/py-mitogen: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 13:53:17 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d96f63a40b4be9e787c0847b253ffa12a54243d2

commit d96f63a40b4be9e787c0847b253ffa12a54243d2
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:52:07 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:52:58 +0000

    sysutils/py-mitogen: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 sysutils/py-mitogen/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/py-mitogen/Makefile b/sysutils/py-mitogen/Makefile
index 819c1dce2e32..692e82bdf5ae 100644
--- a/sysutils/py-mitogen/Makefile
+++ b/sysutils/py-mitogen/Makefile
@@ -10,7 +10,8 @@ COMMENT=	Ansible accelerator & python library for writing distributed programs
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	networkgenomics
 USE_PYTHON=	distutils autoplist concurrent
 
 NO_ARCH=	yes