Files
ports/textproc/py-docling-analysis-framework/Makefile
T

26 lines
830 B
Makefile

PORTNAME= docling-analysis-framework
DISTVERSION= 2.0.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= AI-ready analysis framework for PDF and Office documents using Docling
WWW= https://github.com/rdwj/docling-analysis-framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}analysis-framework-base>=1.0.0:misc/py-analysis-framework-base@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docling>=1.0.0:textproc/py-docling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>