git: a9e32417f187 - main - www/py-treq: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:28 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a9e32417f1877f10df325f60a9ef22932ff6ed13
commit a9e32417f1877f10df325f60a9ef22932ff6ed13
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:21:20 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:54 +0000
www/py-treq: Add CPE information
Approved by: portmgr (blanket)
---
www/py-treq/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/py-treq/Makefile b/www/py-treq/Makefile
index 35bde5e71400..c9573e7bb874 100644
--- a/www/py-treq/Makefile
+++ b/www/py-treq/Makefile
@@ -25,9 +25,11 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FL
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpbin>=0.5.0:www/py-httpbin@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
-USES= python:3.6+
+USES= cpe python:3.6+
USE_PYTHON= autoplist distutils
+CPE_VENDOR= twistedmatrix
+
NO_ARCH= yes
do-test: