git: a00e7b4ef383 - main - www/py-hpack: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:34:33 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=a00e7b4ef3836bccef351e59c49686429407fc2d commit a00e7b4ef3836bccef351e59c49686429407fc2d Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:56 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:56 +0000 www/py-hpack: Add CPE information Approved by: portmgr (blanket) --- www/py-hpack/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-hpack/Makefile b/www/py-hpack/Makefile index 4b512fb5ac5f..8e6de948fe59 100644 --- a/www/py-hpack/Makefile +++ b/www/py-hpack/Makefile @@ -11,7 +11,8 @@ COMMENT= HTTP/2 header encoding (HPACK) logic implementation LICENSE= MIT -USES?= python:3.6+ +USES?= cpe python:3.6+ +CPE_VENDOR= python USE_PYTHON= distutils autoplist NO_ARCH= yes