Files
ports/misc/py-comfyui-embedded-docs/Makefile
T
2026-07-07 14:49:17 -07:00

24 lines
527 B
Makefile

PORTNAME= comfyui-embedded-docs
DISTVERSION= 0.5.7
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Embedded documentation for ComfyUI
WWW= https://github.com/Comfy-Org/embedded-docs
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>