1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

security/py-tlslite: Add CPE information

Approved by:	portmgr (blanket)
This commit is contained in:
Stefan Eßer 2021-10-13 15:15:21 +02:00
parent 189613ea8f
commit 5c9d25f474

View File

@ -10,7 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1
USES= python:3.6+
USES= cpe python:3.6+
CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>