aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 10:11:30 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 10:11:30 +0000
commitd822b3e96fd60e029c1c5ec07f8f3bbfeb80336b (patch)
treec69e44c7ee3e9965068bbc923969ab3f4f405b87
parent17246062c656ea8f341146c5db02118d8ea60c8e (diff)
downloadports-d822b3e96fd60e029c1c5ec07f8f3bbfeb80336b.tar.gz
ports-d822b3e96fd60e029c1c5ec07f8f3bbfeb80336b.zip
math/py-PuLP: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--math/py-PuLP/Makefile4
1 files 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>