freebsd-ports/graphics/py-pyocr/Makefile
Antoine Brodin 1bf9457272 Convert the tree to use PY_PILLOW
With hat:	portmgr
Originally submitted by:	kai
2020-03-24 19:54:57 +00:00

23 lines
574 B
Makefile

# $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
NO_ARCH= yes
.include <bsd.port.mk>