2018-07-28 20:36:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pyocr
|
2019-07-27 09:13:42 +02:00
|
|
|
DISTVERSION= 0.7.2
|
2018-07-28 20:36:16 +02:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Python wrapper for OCR engines (Tesseract, Cuneiform, etc)
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2019-05-12 19:45:39 +02:00
|
|
|
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}
|
2020-03-24 20:54:57 +01:00
|
|
|
RUN_DEPENDS= ${PY_PILLOW}
|
2018-07-28 20:36:16 +02:00
|
|
|
|
2019-05-12 19:45:39 +02:00
|
|
|
USES= gmake python:3.4+
|
2018-07-28 20:36:16 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2019-05-11 20:02:21 +02:00
|
|
|
|
2018-07-28 20:36:16 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|