freebsd-ports/graphics/py-pyocr/Makefile

24 lines
574 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= pyocr
DISTVERSION= 0.7.2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python wrapper for OCR engines (Tesseract, Cuneiform, etc)
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:3.4+
USE_PYTHON= distutils autoplist
2019-05-11 20:02:21 +02:00
NO_ARCH= yes
.include <bsd.port.mk>