diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 15:52:00 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-13 15:52:58 +0200 |
commit | 3ec295cf4a21ebd8001b7ff7f3213b599b6b8980 (patch) | |
tree | 7139e908bde589bb979096122733a78c318e24b5 /sysutils | |
parent | 84c5a0a3becd340184f6094fb07c250128a79f53 (diff) | |
download | freebsd-ports-3ec295cf4a21ebd8001b7ff7f3213b599b6b8980.zip |
sysutils/py-diffoscope: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-diffoscope/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 76a5f482f9c1..e00de39b0197 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -20,7 +20,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ isoinfo:sysutils/cdrkit \ rpm2cpio:archivers/rpm2cpio -USES= python:3.7+ +USES= cpe python:3.7+ +CPE_VENDOR= reproducible_builds USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |