1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/py-openpyxl: Add CPE information

Approved by:	portmgr (blanket)
This commit is contained in:
Stefan Eßer 2021-10-14 13:01:11 +02:00
parent 1c1255879a
commit 17a1b32416

View File

@ -16,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:devel/py-jdcal@${PY_FLAVOR} \
NO_ARCH= yes
PORTSCOUT= limit:^2\. # Version 3 drops python 2.7 compatibility
USES= python:3.6+
USES= cpe python:3.6+
CPE_VENDOR= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>