git: d822b3e96fd6 - main - math/py-PuLP: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 10:12:56 UTC
The branch main has been updated by se:

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

commit d822b3e96fd60e029c1c5ec07f8f3bbfeb80336b
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:11:30 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 10:11:30 +0000

    math/py-PuLP: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 math/py-PuLP/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/py-PuLP/Makefile b/math/py-PuLP/Makefile
index 4a238bf1dacb..6b5be2845732 100644
--- a/math/py-PuLP/Makefile
+++ b/math/py-PuLP/Makefile
@@ -14,7 +14,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}amply>=0.1.2:math/py-amply@${PY_FLAVOR} \
 		cbc:math/cbc \
 		glpsol:math/glpk
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	${PORTNAME:tl}project
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes
@@ -25,6 +26,5 @@ post-patch:
 
 do-test: install # one test is known to fail: https://github.com/coin-or/pulp/issues/494
 	@cd ${TEST_WRKSRC} && py.test
-		
 
 .include <bsd.port.mk>