git: 2c0a09b47e5d - main - www/py-bleach: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 30 15:15:18 UTC 2021


The branch main has been updated by decke:

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

commit 2c0a09b47e5dcfd4744403dfb840be181aaa4613
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-30 15:01:23 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-30 15:14:22 +0000

    www/py-bleach: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/py-bleach/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile
index a2e47e7facb4..7a456906303d 100644
--- a/www/py-bleach/Makefile
+++ b/www/py-bleach/Makefile
@@ -17,9 +17,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
 USE_PYTHON=	autoplist distutils
 
+CPE_VENDOR=	mozilla
+
 NO_ARCH=	yes
 
 # This is a development script


More information about the dev-commits-ports-main mailing list