opnsense-ports/graphics/py-pyocr/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

22 lines
607 B
Makefile

PORTNAME= pyocr
DISTVERSION= 0.8.3
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python wrapper for OCR engines (Tesseract, Cuneiform, etc)
WWW= https://gitlab.gnome.org/World/OpenPaperwork/pyocr
LICENSE= GPLv3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR}
RUN_DEPENDS= ${PY_PILLOW}
USES= gmake python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>