Files
ports/sysutils/virt-firmware/Makefile
T
Po-Chuan Hsieh f12ee35f8c sysutils/virt-firmware: Fix USE_PYTHON=cryptography usage
Approved by:	portmgr (blanket)
With hat:	python
2026-06-27 04:47:54 +08:00

24 lines
623 B
Makefile

PORTNAME= virt-firmware
PORTVERSION= 26.5.4
CATEGORIES= sysutils python
MASTER_SITES= PYPI
DISTNAME= virt_firmware-${PORTVERSION}
MAINTAINER= novel@FreeBSD.org
COMMENT= Collection of tools for edk2 firmware images
WWW= https://gitlab.com/kraxel/virt-firmware
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pefile>=0:devel/py-pefile@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist cryptography distutils
NO_ARCH= yes
.include <bsd.port.mk>